From f0c48a70c5cb8e9f04d263999e0b8d9188f08562 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 17 Apr 2013 19:21:14 +0200 Subject: [PATCH 1/1] null: 'td' isn't actually unused, unmark it Signed-off-by: Jens Axboe --- engines/null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/null.c b/engines/null.c index f4345503..bf7885e9 100644 --- a/engines/null.c +++ b/engines/null.c @@ -54,7 +54,7 @@ static int fio_null_commit(struct thread_data *td) return 0; } -static int fio_null_queue(struct thread_data fio_unused *td, struct io_u *io_u) +static int fio_null_queue(struct thread_data *td, struct io_u *io_u) { struct null_data *nd = td->io_ops->data; -- 2.25.1