summaryrefslogtreecommitdiff
path: root/src/net/download.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/download.cpp')
-rw-r--r--src/net/download.cpp3
1 files changed, 3 insertions, 0 deletions
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 <zlib.h>
+PRAGMA4(GCC diagnostic pop)
#include <sstream>