diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-07 02:18:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-07 02:18:30 +0300 |
commit | e41d5dee07d1778d53e098de6862fe865798d5fb (patch) | |
tree | 9a9de2a0d1293b700f728d98b5e82e9ece658796 /src/net/ipc.h | |
parent | bd530fb98a1b3b8406396a6b8bc0823bf211f72d (diff) | |
download | plus-e41d5dee07d1778d53e098de6862fe865798d5fb.tar.gz plus-e41d5dee07d1778d53e098de6862fe865798d5fb.tar.bz2 plus-e41d5dee07d1778d53e098de6862fe865798d5fb.tar.xz plus-e41d5dee07d1778d53e098de6862fe865798d5fb.zip |
Add possible SDL warning fix with gcc snapshot.
Diffstat (limited to 'src/net/ipc.h')
-rw-r--r-- | src/net/ipc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/ipc.h b/src/net/ipc.h index 453bbedcd..4a346e890 100644 --- a/src/net/ipc.h +++ b/src/net/ipc.h @@ -23,10 +23,10 @@ #include "localconsts.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) #include <string> #include <vector> |