Merge clang++ version 30000 and 30400 sections to enable -Wno-constant-logical-operand

This commit is contained in:
Trammell Hudson 2015-11-28 09:12:34 -05:00
parent 74db76d146
commit d005322e2b
2 changed files with 0 additions and 5 deletions

View File

@ -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",
}

View File

@ -858,7 +858,6 @@ function toolchain(_buildDir, _subDir)
objdir (_buildDir .. "osx_clang" .. "/obj")
buildoptions {
"-m64",
"-Wno-constant-logical-operand",
}
configuration { "osx*", "x64", "Release" }