X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=4b0b5a7a11bdb002f72d552c89ee4ce8c4fd6b4e;hp=411da3249796987d698e475380824022dca6d12d;hb=b3493a7aadd6f36b98075af7ac8bd9e276b4b361;hpb=9ee1c647001865a20324cbc2d7c1d68f0f24503e diff --git a/io_u.c b/io_u.c index 411da324..4b0b5a7a 100644 --- a/io_u.c +++ b/io_u.c @@ -678,7 +678,7 @@ static void set_rw_ddir(struct thread_data *td, struct io_u *io_u) void put_file_log(struct thread_data *td, struct fio_file *f) { - int ret = put_file(td, f); + unsigned int ret = put_file(td, f); if (ret) td_verror(td, ret, "file close");