X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fwrite_riemann_threshold.c;h=5c8559eb7b157414cd86df73a07ae25ab4e6927b;hb=70ea9457f76d6cd953f2cbd64eeda0ff265f47db;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];