Skip to content
Snippets Groups Projects
Commit 3829b84e authored by Enji Cooper's avatar Enji Cooper
Browse files

clang: fix `-Wsign-conversion` errors


Cast some values as their unsigned equivalents or `size_t` to match the
parameter type used for the template object under test. Also, provide
UInt32 equivalent delegate methods for some callers (with
int-equivalents for backwards compatibility).

This closes #2146.

Signed-off-by: default avatarEnji Cooper <yaneurabeya@gmail.com>
parent 5ba69d5c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment