Revert "bgfx fix for osx (nw)"

This reverts commit 9d99398208.

Not needed anymore with my previous change.
This commit is contained in:
Olivier Galibert 2016-04-06 09:58:00 +02:00
parent cba86ac172
commit 69f5a2dcc8

View File

@ -749,7 +749,6 @@ end
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
buildoptions {
"-Wno-switch",
"-Wno-strict-overflow",
}
end
end