From a42f6019b68d9f8ed856bae4109a559559832773 Mon Sep 17 00:00:00 2001 From: smf- Date: Tue, 1 Oct 2019 13:15:02 +0100 Subject: Fix for Visual Studio builds (nw) --- scripts/src/3rdparty.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/src/3rdparty.lua') 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" } -- cgit v1.2.3-70-g09d2