diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-19 11:51:39 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-19 11:51:39 -0800 |
commit | 547517571e695728278a264eedbac47b6e1f43bc (patch) | |
tree | 3bb3d1c1e61b4bf97c1e9970b778b3bf74d9868e /mkfontscale.c | |
parent | 1157b3039551b552b483f05f6a411e57941a87c0 (diff) |
Since hash() returns unsigned int, store results in unsigned ints
Clears clang warnings:
hash.c:82:13: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
int i = hash(key);
~ ^~~~~~~~~
hash.c:94:13: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
int i = hash(key);
~ ^~~~~~~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'mkfontscale.c')
0 files changed, 0 insertions, 0 deletions