summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/src/string.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2017-03-30 08:36:15 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2017-03-30 08:36:15 +0200
commit3fff3faf6c6e45aefb6272c2e8432284f75a3d22 (patch)
treec3edb4604e4bd4f27dc17c357c91e07af0a8cc5e /3rdparty/bx/src/string.cpp
parent01c732defa2ff7ef9512e121d541d2405b3c18cd (diff)
proper fix (nw)
Diffstat (limited to '3rdparty/bx/src/string.cpp')
-rw-r--r--3rdparty/bx/src/string.cpp7
1 files changed, 0 insertions, 7 deletions
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 <bx/allocator.h>
#include <bx/hash.h>
-#ifdef __GNUC__
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wstrict-overflow"
-#endif
#include <bx/readerwriter.h>
-#ifdef __GNUC__
-#pragma GCC diagnostic pop
-#endif
#include <bx/string.h>
#if !BX_CRT_NONE