diff options
author | 2019-10-01 13:15:02 +0100 | |
---|---|---|
committer | 2019-10-01 13:15:38 +0100 | |
commit | a42f6019b68d9f8ed856bae4109a559559832773 (patch) | |
tree | 29f096a90d2e43f3d32442799b6240b20b8f7ccb /scripts/src/3rdparty.lua | |
parent | ee3b871974a761843da02fe893990ef6ac675b51 (diff) |
Fix for Visual Studio builds (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-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 2a31b4ee392..9d58a02fbc9 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1227,6 +1227,7 @@ project "bgfx" "/wd4244", -- warning C4244: 'argument' : conversion from 'xxx' to 'xxx', possible loss of data "/wd4611", -- warning C4611: interaction between '_setjmp' and C++ object destruction is non-portable "/wd4310", -- warning C4310: cast truncates constant value + "/wd4701", -- warning C4701: potentially uninitialized local variable 'xxx' used } configuration { "vsllvm" } |