mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
commit
4730f5cba6
4
3rdparty/bx/src/string.cpp
vendored
4
3rdparty/bx/src/string.cpp
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user