X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmatch_empty_counter.c;h=e30ff91bc7f17e6a9983a9215e53497ea8c78794;hb=1917116cda67eb6d90f68d0b39a930d90cee416e;hp=abde2b3495f818bf25b3188b4dadfd090210d6c9;hpb=eea01a8f212634414a21462ba79dc058dc5fb304;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);