summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2016-04-06 09:58:00 +0200
committer Olivier Galibert <galibert@pobox.com>2016-04-06 09:58:00 +0200
commit69f5a2dcc82d18ad80c9dec31d83fb266d3bc337 (patch)
tree8d35fee835ab848d782c1b024f199817e779bb13 /scripts/src
parentcba86ac1722089d58f885ac2d695a6f23b3762a6 (diff)
Revert "bgfx fix for osx (nw)"
This reverts commit 9d9939820840bcd96e8b496433515f4e242c559c. Not needed anymore with my previous change.
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/3rdparty.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index 581fb22560b..9666b7563bb 100644
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -749,7 +749,6 @@ end
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
buildoptions {
"-Wno-switch",
- "-Wno-strict-overflow",
}
end
end