[PATCH] Make io engines -W clean
[fio.git] / engines / fio-engine-splice.c
index 4f5b86cd220c182a84ae39fbd38bf49cd795bc2d..cb39b7225946fc55b618b8b65cf0bef8d2500de0 100644 (file)
@@ -16,7 +16,8 @@ struct spliceio_data {
        int pipe[2];
 };
 
        int pipe[2];
 };
 
-static int fio_spliceio_sync(struct thread_data *td, struct fio_file *f)
+static int fio_spliceio_sync(struct thread_data fio_unused *td,
+                            struct fio_file *f)
 {
        return fsync(f->fd);
 }
 {
        return fsync(f->fd);
 }