diff options
| author | Stefan Boberg <[email protected]> | 2021-09-11 17:30:31 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-11 17:30:31 +0200 |
| commit | eba4b6c6cc0c95dfa7542b7f54346566513e0e1a (patch) | |
| tree | e1274254057dfffabfaa6302ba27a58bf61ef35e | |
| parent | Squelch some more uWS warnings (diff) | |
| download | zen-eba4b6c6cc0c95dfa7542b7f54346566513e0e1a.tar.xz zen-eba4b6c6cc0c95dfa7542b7f54346566513e0e1a.zip | |
Change warning levels from W3 to 'default' (which is W4)
| -rw-r--r-- | zenhttp/zenhttp.vcxproj | 2 |
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> |