Code

Merge remote-tracking branch 'github/pr/1097'
[collectd.git] / src / target_scale.c
index b29a02bfa64801d9e967294ba4d1af7e6ce0cb48..33a2ba5e90dd2a91fccd296723264765d3a44d94 100644 (file)
@@ -458,7 +458,7 @@ static int ts_invoke (const data_set_t *ds, value_list_t *vl, /* {{{ */
                notification_meta_t __attribute__((unused)) **meta, void **user_data)
 {
        ts_data_t *data;
-       int i;
+       size_t i;
 
        if ((ds == NULL) || (vl == NULL) || (user_data == NULL))
                return (-EINVAL);