summaryrefslogtreecommitdiff
path: root/src/net/ea/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/network.h')
-rw-r--r--src/net/ea/network.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/ea/network.h b/src/net/ea/network.h
index 61d797a85..508f85429 100644
--- a/src/net/ea/network.h
+++ b/src/net/ea/network.h
@@ -24,7 +24,11 @@
#define NET_EA_NETWORK_H
#include "net/serverinfo.h"
+
+PRAGMACLANG6(GCC diagnostic push)
+PRAGMACLANG6(GCC diagnostic ignored "-Wold-style-cast")
#include "net/sdltcpnet.h"
+PRAGMACLANG6(GCC diagnostic pop)
struct PacketInfo;