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/net/download.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net') diff --git a/src/net/download.cpp b/src/net/download.cpp index 9068f15ca..4d82a2116 100644 --- a/src/net/download.cpp +++ b/src/net/download.cpp @@ -30,7 +30,10 @@ #include "utils/cast.h" #include "utils/sdlhelper.h" +PRAGMA4(GCC diagnostic push) +PRAGMA4(GCC diagnostic ignored "-Wundef") #include +PRAGMA4(GCC diagnostic pop) #include -- cgit v1.2.3-70-g09d2