diff options
author | 2016-04-06 08:35:01 +0200 | |
---|---|---|
committer | 2016-04-06 08:35:01 +0200 | |
commit | 9d9939820840bcd96e8b496433515f4e242c559c (patch) | |
tree | 04f0a800259f3e06f1d85f1de974e22b03518fa5 /scripts/src | |
parent | 3414afa4504559b179a0ccbbbe194a20a8a11262 (diff) |
bgfx fix for osx (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |