Set External Warning Level coming in VS 2019 (16.10) to /W4

This commit is contained in:
Chuck Walbourn
2021-04-23 14:28:21 -07:00
parent 27b581cbf4
commit 29c99117f2
4 changed files with 32 additions and 0 deletions

View File

@@ -138,6 +138,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -170,6 +171,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -202,6 +204,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -235,6 +238,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -269,6 +273,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -302,6 +307,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>