X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fmmap.c;h=14e4013de83cac82d09a1eafe013c18797b08970;hp=69add78a2f95b9d72dea9f093ef174667f09958c;hb=8a68c41c2e7e0a1d5128e7e30ab673a6699c2f45;hpb=01cfefcc6255420a9e19d5774053ed2fb705b150 diff --git a/engines/mmap.c b/engines/mmap.c index 69add78a..14e4013d 100644 --- a/engines/mmap.c +++ b/engines/mmap.c @@ -242,8 +242,8 @@ static int fio_mmapio_open_file(struct thread_data *td, struct fio_file *f) fmd = calloc(1, sizeof(*fmd)); if (!fmd) { - int fio_unused ret; - ret = generic_close_file(td, f); + int fio_unused __ret; + __ret = generic_close_file(td, f); return 1; }