mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +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/allocator.h>
|
||||||
#include <bx/hash.h>
|
#include <bx/hash.h>
|
||||||
|
#pragma GCC diagnostic push
|
||||||
|
#pragma GCC diagnostic ignored "-Wstrict-overflow"
|
||||||
#include <bx/readerwriter.h>
|
#include <bx/readerwriter.h>
|
||||||
|
#pragma GCC diagnostic pop
|
||||||
#include <bx/string.h>
|
#include <bx/string.h>
|
||||||
|
|
||||||
#if !BX_CRT_NONE
|
#if !BX_CRT_NONE
|
||||||
|
@ -769,11 +769,6 @@ project "bx"
|
|||||||
MAME_DIR .. "3rdparty/bx/include/compat/freebsd",
|
MAME_DIR .. "3rdparty/bx/include/compat/freebsd",
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration {"linux*" }
|
|
||||||
buildoptions {
|
|
||||||
"-Wstrict-overflow=0",
|
|
||||||
}
|
|
||||||
|
|
||||||
configuration { }
|
configuration { }
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
|
Loading…
Reference in New Issue
Block a user