X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=f8e89f381bbd171fbed1877066f33c744dd7a6e1;hp=aeba5201e7303a2d83d9e34e7a3110dc0be2f7a4;hb=22d662132577b9950753369c94c2662c64ad7385;hpb=160b966d83adace2629de10f85ed269ab2e587f5 diff --git a/options.c b/options.c index aeba5201..f8e89f38 100644 --- a/options.c +++ b/options.c @@ -908,7 +908,9 @@ void options_mem_dupe(struct thread_data *td) __options_mem(td, 1); } -void options_mem_free(struct thread_data *td) +void options_mem_free(struct thread_data fio_unused *td) { +#if 0 __options_mem(td, 0); +#endif }