diff options
| author | 2016-01-31 18:43:13 +0100 | |
|---|---|---|
| committer | 2016-01-31 18:43:13 +0100 | |
| commit | e3b80070a53448fbe256d30f998be17e73fa3be8 (patch) | |
| tree | 2c502f98b6ecb52d3132e605ca63684ee0731d47 /scripts/src/3rdparty.lua | |
| parent | f924d4bd4216f32de627ab42680e79b955275236 (diff) | |
Suppressed warning C4477 in Visual Studio 2015.
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 6ca53dc67e7..16b86dcbe21 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -967,6 +967,7 @@ project "uv" "/wd4210", -- warning C4210: nonstandard extension used : function given file scope "/wd4701", -- warning C4701: potentially uninitialized local variable 'xxx' used "/wd4703", -- warning C4703: potentially uninitialized local pointer variable 'xxx' used + "/wd4477", -- warning C4477: '<function>' : format string '<format-string>' requires an argument of type '<type>', but variadic argument <position> has type '<type>' } configuration { } |
