diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-01 00:31:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-01 00:31:40 +0300 |
commit | 5ea7ba0c30836d3260f5fb54fff6a139c2dd1a85 (patch) | |
tree | f412cbbb829300a34ae3c9c9deadb7e1e1fcce91 /src/net/sdltcpnet.h | |
parent | 821fed1c2ddbab0d09d53b87b557ced62ad071a4 (diff) | |
download | plus-5ea7ba0c30836d3260f5fb54fff6a139c2dd1a85.tar.gz plus-5ea7ba0c30836d3260f5fb54fff6a139c2dd1a85.tar.bz2 plus-5ea7ba0c30836d3260f5fb54fff6a139c2dd1a85.tar.xz plus-5ea7ba0c30836d3260f5fb54fff6a139c2dd1a85.zip |
Fix include order in sdltcpnet.
Diffstat (limited to 'src/net/sdltcpnet.h')
-rw-r--r-- | src/net/sdltcpnet.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/sdltcpnet.h b/src/net/sdltcpnet.h index b67abfcc3..94855485d 100644 --- a/src/net/sdltcpnet.h +++ b/src/net/sdltcpnet.h @@ -30,10 +30,7 @@ #pragma GCC diagnostic pop #endif -PRAGMACLANG6(GCC diagnostic push) -PRAGMACLANG6(GCC diagnostic ignored "-Wold-style-cast") #include <SDL_net.h> -PRAGMACLANG6(GCC diagnostic pop) #include "localconsts.h" |