[PATCH] Make io engines -W clean
[fio.git] / engines / fio-engine-sync.c
index 1806d4dfda01f9157511f4fba66f430c215e1d7b..d5be4c8256ecda8415cbe438883d141758acfda7 100644 (file)
@@ -14,7 +14,8 @@ struct syncio_data {
        struct io_u *last_io_u;
 };
 
-static int fio_syncio_sync(struct thread_data *td, struct fio_file *f)
+static int fio_syncio_sync(struct thread_data fio_unused *td,
+                          struct fio_file *f)
 {
        return fsync(f->fd);
 }