X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.c;h=091d6fb1dd1e6a66daa7c0c306737fa2f8312e64;hp=2a65fed8fc2ebd61a8c4de3df97fff463fe3e23c;hb=8a68c41c2e7e0a1d5128e7e30ab673a6699c2f45;hpb=01cfefcc6255420a9e19d5774053ed2fb705b150 diff --git a/stat.c b/stat.c index 2a65fed8..091d6fb1 100644 --- a/stat.c +++ b/stat.c @@ -1173,7 +1173,7 @@ static struct json_object *show_thread_status_json(struct thread_stat *ts, if (len) { struct json_object *block, *percentile_object, *states; - int state, i; + int state; block = json_create_object(); json_object_add_value_object(root, "block", block);