From b0db328a5ea1cbf7137d65e4604cc70f4225f40f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 1 May 2016 00:51:11 +0300 Subject: Guard include sdltcpnet.h with pragma in all files. --- src/net/ea/network.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/ea/network.h') 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; -- cgit v1.2.3-60-g2f50