Skip to content

Commit ee2fdef

Browse files
authored
Switch to Warning level 4 (/W4) on VS 2019
1 parent 0cd61f3 commit ee2fdef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

visual-studio-2019/StarterProject2019.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</PropertyGroup>
8585
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8686
<ClCompile>
87-
<WarningLevel>Level3</WarningLevel>
87+
<WarningLevel>Level4</WarningLevel>
8888
<SDLCheck>true</SDLCheck>
8989
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9090
<ConformanceMode>true</ConformanceMode>
@@ -97,7 +97,7 @@
9797
</ItemDefinitionGroup>
9898
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
9999
<ClCompile>
100-
<WarningLevel>Level3</WarningLevel>
100+
<WarningLevel>Level4</WarningLevel>
101101
<FunctionLevelLinking>true</FunctionLevelLinking>
102102
<IntrinsicFunctions>true</IntrinsicFunctions>
103103
<SDLCheck>true</SDLCheck>
@@ -158,4 +158,4 @@
158158
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
159159
<ImportGroup Label="ExtensionTargets">
160160
</ImportGroup>
161-
</Project>
161+
</Project>

0 commit comments

Comments
 (0)