X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmatch_empty_counter.c;h=e30ff91bc7f17e6a9983a9215e53497ea8c78794;hb=20d15cfd26b23508242abcead906207bf26175d0;hp=abde2b3495f818bf25b3188b4dadfd090210d6c9;hpb=c0a95e555ed8b58af9ff9e476ce1c13241a21ae3;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);