X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmatch_empty_counter.c;h=e30ff91bc7f17e6a9983a9215e53497ea8c78794;hb=fabcbe28f109a1f61c53507342de09850b2edc88;hp=abde2b3495f818bf25b3188b4dadfd090210d6c9;hpb=09c6a320f3cb36b5dbb2c2ce43858f33be7acf9b;p=collectd.git diff --git a/src/match_empty_counter.c b/src/match_empty_counter.c index abde2b34..e30ff91b 100644 --- a/src/match_empty_counter.c +++ b/src/match_empty_counter.c @@ -80,7 +80,7 @@ static int mec_match (const data_set_t __attribute__((unused)) *ds, /* {{{ */ { int num_counters; int num_empty; - int i; + size_t i; if ((user_data == NULL) || (*user_data == NULL)) return (-1);