diff options
author | 2017-03-29 17:58:36 +0200 | |
---|---|---|
committer | 2017-03-29 17:58:36 +0200 | |
commit | 456d9e3b4731be1cf66ab05981d01f670c4d8fc6 (patch) | |
tree | 116b9f223f97626d72890d483fb83997e028af34 /scripts/src | |
parent | 88ca8d5b48ab22e85991f2a5f075cad7673caf7d (diff) |
Fix linux compile (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 4116b801a27..62cd243b9e8 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -769,6 +769,11 @@ project "bx" MAME_DIR .. "3rdparty/bx/include/compat/freebsd", } + configuration {"linux*" } + buildoptions { + "-Wstrict-overflow=0", + } + configuration { } includedirs { |