Fix signed / unsigned comparison errors.
authorFlorian Forster <octo@collectd.org>
Thu, 25 Jun 2015 10:36:42 +0000 (12:36 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 25 Jun 2015 10:36:42 +0000 (12:36 +0200)
commit20d15cfd26b23508242abcead906207bf26175d0
treef7797f09a961b15a2c80b68c350a70221941cfb6
parentc0a95e555ed8b58af9ff9e476ce1c13241a21ae3
Fix signed / unsigned comparison errors.

A lot of loop counters need to be size_t now, because values_len and ds_num
are now of that type.
42 files changed:
src/Makefile.am
src/barometer.c
src/csv.c
src/curl_json.c
src/daemon/common.c
src/daemon/plugin.c
src/daemon/types_list.c
src/daemon/utils_cache.c
src/daemon/utils_time.c
src/dbi.c
src/ipvs.c
src/java.c
src/madwifi.c
src/match_empty_counter.c
src/match_value.c
src/modbus.c
src/network.c
src/ntpd.c
src/perl.c
src/ping.c
src/postgresql.c
src/powerdns.c
src/processes.c
src/python.c
src/rrdcached.c
src/rrdtool.c
src/snmp.c
src/table.c
src/tail_csv.c
src/target_notification.c
src/target_scale.c
src/ted.c
src/threshold.c
src/utils_cmd_flush.c
src/utils_dns.c
src/utils_format_graphite.c
src/utils_format_json.c
src/utils_rrdcreate.c
src/write_riemann.c
src/write_riemann_threshold.c
src/write_sensu.c
src/write_tsdb.c