diff options
Diffstat (limited to 'src/net/ea/network.h')
-rw-r--r-- | src/net/ea/network.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/ea/network.h b/src/net/ea/network.h index 71b823633..cd5be69e3 100644 --- a/src/net/ea/network.h +++ b/src/net/ea/network.h @@ -25,10 +25,10 @@ #include "net/serverinfo.h" -PRAGMACLANG6(GCC diagnostic push) -PRAGMACLANG6(GCC diagnostic ignored "-Wold-style-cast") +PRAGMACLANG6GCC(GCC diagnostic push) +PRAGMACLANG6GCC(GCC diagnostic ignored "-Wold-style-cast") #include "net/sdltcpnet.h" -PRAGMACLANG6(GCC diagnostic pop) +PRAGMACLANG6GCC(GCC diagnostic pop) struct PacketInfo; |