From a8ee8ec0cd1b4180fea7c1f46e9f37fb79c06f0b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 19 Jan 2016 01:30:28 +0100 Subject: [PATCH] Put HAVE_ZLIB ifdef around init_content_file_extract --- content.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.c b/content.c index 9828ba11eb..a324b0d904 100644 --- a/content.c +++ b/content.c @@ -570,6 +570,7 @@ static bool init_content_file_subsystem( return true; } +#ifdef HAVE_ZLIB static bool init_content_file_extract( struct string_list *content, rarch_system_info_t *system, @@ -620,6 +621,7 @@ static bool init_content_file_extract( return true; } +#endif static void init_content_file_set_attribs( struct string_list *content,