From dd13417d9b07cd014dbaaefdcc8291cd633542eb Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 16 May 2022 21:05:35 +0300 Subject: [PATCH] W32 projects: enabled more warnings --- w32/common/common-build-settings.vcxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/w32/common/common-build-settings.vcxproj b/w32/common/common-build-settings.vcxproj index a4393a0e..bbf3205e 100644 --- a/w32/common/common-build-settings.vcxproj +++ b/w32/common/common-build-settings.vcxproj @@ -26,9 +26,11 @@ NotUsing - Level3 + EnableAllWarnings + Level4 + Level3 WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - 4996 + 4996;4820;4127;5045 4013 $(IntDir)$(TargetName).pdb ProgramDatabase