Disable FatalWarnings

This "fixes" building with VS 2019 Preview.
This commit is contained in:
Margen67 2019-09-13 02:14:26 -07:00 committed by GitHub
parent cf6cc7a108
commit 3d993d994b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")