diff options
Diffstat (limited to '3rdparty')
-rw-r--r-- | 3rdparty/bx/src/string.cpp | 7 |
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 |