diff --git a/premake5.lua b/premake5.lua index 1726041c1..98acec6a4 100644 --- a/premake5.lua +++ b/premake5.lua @@ -37,7 +37,7 @@ end characterset("Unicode") flags({ --"ExtraWarnings", -- Sets the compiler's maximum warning level. - "FatalWarnings", -- Treat warnings as errors. + --"FatalWarnings", -- Treat warnings as errors. }) filter("kind:StaticLib")