Merge pull request #2197 from dankan1890/quick_fix

VS fix. (nw)
This commit is contained in:
R. Belmont 2017-03-29 22:02:39 -04:00 committed by GitHub
commit 4730f5cba6

View File

@ -5,10 +5,14 @@
#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