aboutsummaryrefslogtreecommitdiff
path: root/zenhttp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-11 17:30:31 +0200
committerStefan Boberg <[email protected]>2021-09-11 17:30:31 +0200
commiteba4b6c6cc0c95dfa7542b7f54346566513e0e1a (patch)
treee1274254057dfffabfaa6302ba27a58bf61ef35e /zenhttp
parentSquelch some more uWS warnings (diff)
downloadzen-eba4b6c6cc0c95dfa7542b7f54346566513e0e1a.tar.xz
zen-eba4b6c6cc0c95dfa7542b7f54346566513e0e1a.zip
Change warning levels from W3 to 'default' (which is W4)
Diffstat (limited to 'zenhttp')
-rw-r--r--zenhttp/zenhttp.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/zenhttp/zenhttp.vcxproj b/zenhttp/zenhttp.vcxproj
index db9cd898a..34c83326e 100644
--- a/zenhttp/zenhttp.vcxproj
+++ b/zenhttp/zenhttp.vcxproj
@@ -66,7 +66,6 @@
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
- <WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
@@ -79,7 +78,6 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
- <WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>