Suppressed warning C4477 in Visual Studio 2015.

This commit is contained in:
dankan1890 2016-01-31 18:43:13 +01:00
parent f924d4bd42
commit e3b80070a5

View File

@ -967,6 +967,7 @@ project "uv"
"/wd4210", -- warning C4210: nonstandard extension used : function given file scope "/wd4210", -- warning C4210: nonstandard extension used : function given file scope
"/wd4701", -- warning C4701: potentially uninitialized local variable 'xxx' used "/wd4701", -- warning C4701: potentially uninitialized local variable 'xxx' used
"/wd4703", -- warning C4703: potentially uninitialized local pointer 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 { } configuration { }