From f216d82052b8977080dc325d104ee66897b07c56 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 May 2018 08:46:37 +0300 Subject: Fix warnings in new clang5 builds. --- src/net/sdltcpnet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net') diff --git a/src/net/sdltcpnet.h b/src/net/sdltcpnet.h index ca3c3555f..e00a05f85 100644 --- a/src/net/sdltcpnet.h +++ b/src/net/sdltcpnet.h @@ -23,10 +23,13 @@ #include "localconsts.h" +PRAGMACLANG5(GCC diagnostic push) +PRAGMACLANG5(GCC diagnostic ignored "-Wzero-as-null-pointer-constant") PRAGMA48(GCC diagnostic push) PRAGMA48(GCC diagnostic ignored "-Wshadow") #include PRAGMA48(GCC diagnostic pop) +PRAGMACLANG5(GCC diagnostic pop) namespace TcpNet { -- cgit v1.2.3-70-g09d2