mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
Merge clang++ version 30000 and 30400 sections to enable -Wno-constant-logical-operand
This commit is contained in:
parent
74db76d146
commit
d005322e2b
@ -1001,10 +1001,6 @@ end
|
||||
if (version >= 30000) then
|
||||
buildoptions {
|
||||
"-Wno-unused-value",
|
||||
}
|
||||
end
|
||||
if (version >= 30400) then
|
||||
buildoptions {
|
||||
"-Wno-inline-new-delete",
|
||||
"-Wno-constant-logical-operand",
|
||||
}
|
||||
|
@ -858,7 +858,6 @@ function toolchain(_buildDir, _subDir)
|
||||
objdir (_buildDir .. "osx_clang" .. "/obj")
|
||||
buildoptions {
|
||||
"-m64",
|
||||
"-Wno-constant-logical-operand",
|
||||
}
|
||||
|
||||
configuration { "osx*", "x64", "Release" }
|
||||
|
Loading…
Reference in New Issue
Block a user