mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
2nd try (nw)
This commit is contained in:
parent
456d9e3b47
commit
0921d7aaae
3
3rdparty/bx/src/string.cpp
vendored
3
3rdparty/bx/src/string.cpp
vendored
@ -5,7 +5,10 @@
|
||||
|
||||
#include <bx/allocator.h>
|
||||
#include <bx/hash.h>
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wstrict-overflow"
|
||||
#include <bx/readerwriter.h>
|
||||
#pragma GCC diagnostic pop
|
||||
#include <bx/string.h>
|
||||
|
||||
#if !BX_CRT_NONE
|
||||
|
@ -768,11 +768,6 @@ project "bx"
|
||||
includedirs {
|
||||
MAME_DIR .. "3rdparty/bx/include/compat/freebsd",
|
||||
}
|
||||
|
||||
configuration {"linux*" }
|
||||
buildoptions {
|
||||
"-Wstrict-overflow=0",
|
||||
}
|
||||
|
||||
configuration { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user