diff options
author | 2020-11-17 09:18:37 +1100 | |
---|---|---|
committer | 2020-11-17 09:18:37 +1100 | |
commit | ac270744f3066af4cb1d7cdd8c5fa20c126887fe (patch) | |
tree | 578221b642c7b29698dab20ec1816019b508cdbe /scripts/src | |
parent | f14e1794d7ab76d0701188ad1b3a8a165d8848a2 (diff) |
Fix most implicit fallthrough warnings from clang
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 39697d93051..19010f625e7 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1176,15 +1176,6 @@ project "bx" configuration { } - local version = str_to_version(_OPTIONS["gcc_version"]) - if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "gcc") then - if version < 60000 then - buildoptions { - "-Wno-strict-overflow", - } - end - end - includedirs { MAME_DIR .. "3rdparty/bx/include", MAME_DIR .. "3rdparty/bx/3rdparty", |