Disable FatalWarnings
This "fixes" building with VS 2019 Preview.
This commit is contained in:
parent
cf6cc7a108
commit
3d993d994b
|
@ -37,7 +37,7 @@ end
|
||||||
characterset("Unicode")
|
characterset("Unicode")
|
||||||
flags({
|
flags({
|
||||||
--"ExtraWarnings", -- Sets the compiler's maximum warning level.
|
--"ExtraWarnings", -- Sets the compiler's maximum warning level.
|
||||||
"FatalWarnings", -- Treat warnings as errors.
|
--"FatalWarnings", -- Treat warnings as errors.
|
||||||
})
|
})
|
||||||
|
|
||||||
filter("kind:StaticLib")
|
filter("kind:StaticLib")
|
||||||
|
|
Loading…
Reference in New Issue