VS fix. (nw)

This commit is contained in:
dankan1890 2017-03-29 22:25:54 +02:00
parent d8a68e8f09
commit b7adbf5438

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