X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=ccd63420019b2ab28e7aeb10f7bedc6b4dd6da00;hp=b0a7c35d95cece669387cc40b2dae986a25b05a6;hb=eefd98b18d9eae9d7f29adf65f35a057bedbfc8b;hpb=d94722713ebd7bbdbf8b284b7563f2dd17964e24 diff --git a/init.c b/init.c index b0a7c35d..ccd63420 100644 --- a/init.c +++ b/init.c @@ -413,7 +413,7 @@ static int fixed_block_size(struct thread_options *o) static int fixup_options(struct thread_data *td) { struct thread_options *o = &td->o; - int i, ret = 0; + int ret = 0; #ifndef FIO_HAVE_PSHARED_MUTEX if (!o->use_thread) {