From 3fff3faf6c6e45aefb6272c2e8432284f75a3d22 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 30 Mar 2017 08:36:15 +0200 Subject: proper fix (nw) --- 3rdparty/bx/src/string.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to '3rdparty') diff --git a/3rdparty/bx/src/string.cpp b/3rdparty/bx/src/string.cpp index 03c47096d32..dbb59e5090a 100644 --- a/3rdparty/bx/src/string.cpp +++ b/3rdparty/bx/src/string.cpp @@ -5,14 +5,7 @@ #include #include -#ifdef __GNUC__ -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wstrict-overflow" -#endif #include -#ifdef __GNUC__ -#pragma GCC diagnostic pop -#endif #include #if !BX_CRT_NONE -- cgit v1.2.3