X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Ffio-engine-sync.c;h=d5be4c8256ecda8415cbe438883d141758acfda7;hp=1806d4dfda01f9157511f4fba66f430c215e1d7b;hb=7a16dd027f83d7ff8ff0e72bb6bb12fae046fcbf;hpb=53cdc6864f7471b28cc9b40a5314ab43e5b1cb5e diff --git a/engines/fio-engine-sync.c b/engines/fio-engine-sync.c index 1806d4df..d5be4c82 100644 --- a/engines/fio-engine-sync.c +++ b/engines/fio-engine-sync.c @@ -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); }