[PATCH] Fix warnings from icc
[fio.git] / filesetup.c
index 21854a9739747bb1f5bd16d95e034116d5b7c170..2e8821c5c6d6a36ef0e840d3e9b6161f3ba5eb1f 100644 (file)
@@ -117,7 +117,7 @@ static int create_files(struct thread_data *td)
        }
 
        temp_stall_ts = 1;
-       fprintf(f_out, "%s: Laying out IO file(s) (%d x %LuMiB == %LuMiB)\n",
+       fprintf(f_out, "%s: Laying out IO file(s) (%u x %LuMiB == %LuMiB)\n",
                                td->name, td->nr_uniq_files,
                                (td->total_file_size >> 20) / td->nr_uniq_files,
                                td->total_file_size >> 20);