placed this back to disable warning on clang (nw)

This commit is contained in:
Miodrag Milanovic 2015-06-07 14:15:04 +02:00
parent ed05af5bff
commit 041ba8bc2f

View File

@ -930,6 +930,7 @@ end
end
if (version >= 30400) then
buildoptions {
"-Wno-inline-new-delete",
"-Wno-constant-logical-operand",
}
end