From a5c11b12df43565613fe1fd6514404d2c9fef7a8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 Oct 2017 21:03:25 +0300 Subject: Disable warning -Wundef in zlib.h. --- src/resources/mapreader.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/resources') diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp index 4d0b89b3a..4eabd13ec 100644 --- a/src/resources/mapreader.cpp +++ b/src/resources/mapreader.cpp @@ -64,7 +64,10 @@ #include "utils/translation/podict.h" +PRAGMA4(GCC diagnostic push) +PRAGMA4(GCC diagnostic ignored "-Wundef") #include +PRAGMA4(GCC diagnostic pop) #include "debug.h" -- cgit v1.2.3-70-g09d2