From 9d9939820840bcd96e8b496433515f4e242c559c Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 6 Apr 2016 08:35:01 +0200 Subject: [PATCH] bgfx fix for osx (nw) --- scripts/src/3rdparty.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 9666b7563bb..581fb22560b 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -749,6 +749,7 @@ end if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then buildoptions { "-Wno-switch", + "-Wno-strict-overflow", } end end