X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fwrite_riemann_threshold.c;h=5c8559eb7b157414cd86df73a07ae25ab4e6927b;hb=20d15cfd26b23508242abcead906207bf26175d0;hp=515480ee08d14a61074fce72f51d3f761b604087;hpb=c0a95e555ed8b58af9ff9e476ce1c13241a21ae3;p=collectd.git diff --git a/src/write_riemann_threshold.c b/src/write_riemann_threshold.c index 515480ee..5c8559eb 100644 --- a/src/write_riemann_threshold.c +++ b/src/write_riemann_threshold.c @@ -133,7 +133,7 @@ static int ut_check_one_threshold (const data_set_t *ds, int *statuses) { /* {{{ */ int ret = -1; - int i; + size_t i; int status; gauge_t values_copy[ds->ds_num];