From: Jens Axboe Date: Tue, 8 Jul 2014 12:18:13 +0000 (+0200) Subject: iolog: fix compile error for non-zlib X-Git-Tag: fio-2.1.11~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b7364e215cef9eeacd1957e214da24dd863d3e0d;p=fio.git iolog: fix compile error for non-zlib Signed-off-by: Jens Axboe --- diff --git a/iolog.c b/iolog.c index 45ef6bec..19e96d26 100644 --- a/iolog.c +++ b/iolog.c @@ -897,6 +897,7 @@ int iolog_file_inflate(const char *file) static int inflate_gz_chunks(struct io_log *log, FILE *f) { + return 0; } #endif