From 69f5a2dcc82d18ad80c9dec31d83fb266d3bc337 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Wed, 6 Apr 2016 09:58:00 +0200 Subject: [PATCH] Revert "bgfx fix for osx (nw)" This reverts commit 9d9939820840bcd96e8b496433515f4e242c559c. Not needed anymore with my previous change. --- scripts/src/3rdparty.lua | 1 - 1 file changed, 1 deletion(-) 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