Fixup -Wshadow warnings
[fio.git] / engines / mmap.c
index 69add78a2f95b9d72dea9f093ef174667f09958c..14e4013de83cac82d09a1eafe013c18797b08970 100644 (file)
@@ -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;
        }