diff --git a/build/premake/premake5.lua b/build/premake/premake5.lua index 386a27f1b8..ce78240a44 100644 --- a/build/premake/premake5.lua +++ b/build/premake/premake5.lua @@ -320,7 +320,7 @@ function project_set_build_flags() usestandardpreprocessor "On" -- use native wchar_t type (not typedef to unsigned short) - nativewchar "on" + nativewchar "On" -- enable most of the standard warnings warnings "Extra"