Fix the build in case FIO_HAVE_DISK_UTIL is not defined
authorBart Van Assche <bvanassche@acm.org>
Mon, 6 Jan 2020 16:47:17 +0000 (08:47 -0800)
committerBart Van Assche <bvanassche@acm.org>
Mon, 6 Jan 2020 19:02:31 +0000 (11:02 -0800)
commit585ef66edaacfd16a91b5ed94488f4ab2113f596
treee3f1cd6da3becb4a1985d962d257120b090b1de9
parenta932a2cfb218b026f8a2f00f55a64f39c5fd946a
Fix the build in case FIO_HAVE_DISK_UTIL is not defined

This patch fixes the following build error:

stat.c: In function 'show_thread_status_terse_all':
stat.c:1243:31: error: suggest braces around empty body in an 'if' statement [-Werror=empty-body]
   show_disk_util(1, NULL, out);
                               ^

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
diskutil.h