mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
Suppressed warning C4477 in Visual Studio 2015.
This commit is contained in:
parent
f924d4bd42
commit
e3b80070a5
@ -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 { }
|
||||
|
Loading…
Reference in New Issue
Block a user