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