Ignore harmless eglib compilation warnings in MSVC build.
This commit is contained in:
Родитель
d8d73f8eff
Коммит
6412fd7073
|
@ -106,6 +106,11 @@ function SetupTestNativeProject(name, depends)
|
|||
links { depends .. ".C" }
|
||||
end
|
||||
|
||||
filter { "action:vs*" }
|
||||
buildoptions { "/wd4018" } -- eglib signed/unsigned warnings
|
||||
|
||||
filter {}
|
||||
|
||||
SetupTestGeneratorBuildEvent(name)
|
||||
SetupMono()
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче