aboutsummaryrefslogtreecommitdiff
path: root/w32/common
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-05-16 21:05:35 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-05-16 21:05:35 +0300
commitdd13417d9b07cd014dbaaefdcc8291cd633542eb (patch)
tree142d1096f1bea2e8168f2a81f1df42984a45f5e1 /w32/common
parent28e0215df7c2aeca176bb66c5ea60a29af1cf37a (diff)
downloadlibmicrohttpd-dd13417d9b07cd014dbaaefdcc8291cd633542eb.tar.gz
libmicrohttpd-dd13417d9b07cd014dbaaefdcc8291cd633542eb.zip
W32 projects: enabled more warnings
Diffstat (limited to 'w32/common')
-rw-r--r--w32/common/common-build-settings.vcxproj6
1 files 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 @@
26 <ItemDefinitionGroup> 26 <ItemDefinitionGroup>
27 <ClCompile> 27 <ClCompile>
28 <PrecompiledHeader>NotUsing</PrecompiledHeader> 28 <PrecompiledHeader>NotUsing</PrecompiledHeader>
29 <WarningLevel>Level3</WarningLevel> 29 <WarningLevel Condition="'%(ClCompile.ExternalWarningLevel)' != ''">EnableAllWarnings</WarningLevel>
30 <WarningLevel Condition="'%(ClCompile.ExternalWarningLevel)' == ''">Level4</WarningLevel>
31 <ExternalWarningLevel>Level3</ExternalWarningLevel>
30 <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 32 <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
31 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 33 <DisableSpecificWarnings>4996;4820;4127;5045</DisableSpecificWarnings>
32 <TreatSpecificWarningsAsErrors>4013</TreatSpecificWarningsAsErrors> 34 <TreatSpecificWarningsAsErrors>4013</TreatSpecificWarningsAsErrors>
33 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 35 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
34 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 36 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>