X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_riemann_threshold.c;h=5c8559eb7b157414cd86df73a07ae25ab4e6927b;hb=73de67494a4f5d9a698f2a5ab93f85e19bccb90a;hp=515480ee08d14a61074fce72f51d3f761b604087;hpb=f19159854c272e5a8bb9f6915c456cf3a0f2d20e;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];