mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +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
|
if (version >= 30000) then
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"-Wno-unused-value",
|
"-Wno-unused-value",
|
||||||
}
|
|
||||||
end
|
|
||||||
if (version >= 30400) then
|
|
||||||
buildoptions {
|
|
||||||
"-Wno-inline-new-delete",
|
"-Wno-inline-new-delete",
|
||||||
"-Wno-constant-logical-operand",
|
"-Wno-constant-logical-operand",
|
||||||
}
|
}
|
||||||
|
@ -858,7 +858,6 @@ function toolchain(_buildDir, _subDir)
|
|||||||
objdir (_buildDir .. "osx_clang" .. "/obj")
|
objdir (_buildDir .. "osx_clang" .. "/obj")
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"-m64",
|
"-m64",
|
||||||
"-Wno-constant-logical-operand",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration { "osx*", "x64", "Release" }
|
configuration { "osx*", "x64", "Release" }
|
||||||
|
Loading…
Reference in New Issue
Block a user