X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Ffio-engine-libaio.c;h=c3fefdaccda7ea97cf660c0db4007b158807310e;hp=9197107cc65a8abfbfb1ab5b0e29ec4e4905f31f;hb=7a16dd027f83d7ff8ff0e72bb6bb12fae046fcbf;hpb=53cdc6864f7471b28cc9b40a5314ab43e5b1cb5e diff --git a/engines/fio-engine-libaio.c b/engines/fio-engine-libaio.c index 9197107c..c3fefdac 100644 --- a/engines/fio-engine-libaio.c +++ b/engines/fio-engine-libaio.c @@ -17,12 +17,13 @@ struct libaio_data { struct io_event *aio_events; }; -static int fio_libaio_sync(struct thread_data *td, struct fio_file *f) +static int fio_libaio_sync(struct thread_data fio_unused *td, + struct fio_file *f) { return fsync(f->fd); } -static int fio_libaio_prep(struct thread_data *td, struct io_u *io_u) +static int fio_libaio_prep(struct thread_data fio_unused *td, struct io_u *io_u) { struct fio_file *f = io_u->file;