diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-07-14 14:15:09 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-07-14 14:15:09 +0200 |
commit | 4bf95d6fff7bc3727fa4d4b916b2c6e4fcf87a83 (patch) | |
tree | e580fd4b06d2bbfe805dd5876e22269293a26535 /hash.c | |
parent | eccd95627503db5dc70507acc736949a25af0668 (diff) |
geoip: Fix sign compare warnings
array_size() returns size_t, thus make iterator variables comparing
against it size_t too to avoid a warning regarding comparison of
signed/unsigned.
Also cast some ssize_t variables passed to min() for the same reason.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'hash.c')
0 files changed, 0 insertions, 0 deletions