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>

View File

@@ -192,6 +192,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -224,6 +225,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -256,6 +258,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -288,6 +291,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -321,6 +325,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -354,6 +359,7 @@
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -387,6 +393,7 @@
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -419,6 +426,7 @@
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -451,6 +459,7 @@
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>

View File

@@ -247,6 +247,7 @@
<OpenMPSupport>true</OpenMPSupport>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>5204</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<FXCompile>
<ShaderModel>6.0</ShaderModel>
@@ -272,6 +273,7 @@
<OpenMPSupport>true</OpenMPSupport>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>5204</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<FXCompile>
<ShaderModel>6.0</ShaderModel>
@@ -297,6 +299,7 @@
<OpenMPSupport>true</OpenMPSupport>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>5204</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<FXCompile>
<ShaderModel>6.0</ShaderModel>
@@ -322,6 +325,7 @@
<OpenMPSupport>true</OpenMPSupport>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>5204</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<FXCompile>
<ShaderModel>6.0</ShaderModel>
@@ -347,6 +351,7 @@
<OpenMPSupport>true</OpenMPSupport>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>5204</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<FXCompile>
<ShaderModel>6.0</ShaderModel>
@@ -372,6 +377,7 @@
<OpenMPSupport>true</OpenMPSupport>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>5204</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<FXCompile>
<ShaderModel>6.0</ShaderModel>
@@ -394,6 +400,7 @@
<OpenMPSupport>true</OpenMPSupport>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>5204</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<FXCompile>
<ShaderModel>6.0</ShaderModel>
@@ -416,6 +423,7 @@
<OpenMPSupport>true</OpenMPSupport>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>5204</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<FXCompile>
<ShaderModel>6.0</ShaderModel>
@@ -438,6 +446,7 @@
<OpenMPSupport>true</OpenMPSupport>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>5204</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<FXCompile>
<ShaderModel>6.0</ShaderModel>

View File

@@ -239,6 +239,7 @@
<OpenMPSupport>true</OpenMPSupport>
<SupportJustMyCode>false</SupportJustMyCode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -262,6 +263,7 @@
<AdditionalOptions>/Zc:twoPhase- /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
<OpenMPSupport>true</OpenMPSupport>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -285,6 +287,7 @@
<OpenMPSupport>true</OpenMPSupport>
<SupportJustMyCode>false</SupportJustMyCode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -309,6 +312,7 @@
<OpenMPSupport>true</OpenMPSupport>
<SupportJustMyCode>false</SupportJustMyCode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -331,6 +335,7 @@
<AdditionalOptions>/Zc:twoPhase- /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
<OpenMPSupport>true</OpenMPSupport>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -354,6 +359,7 @@
<AdditionalOptions>/Zc:twoPhase- /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
<OpenMPSupport>true</OpenMPSupport>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -377,6 +383,7 @@
<OpenMPSupport>true</OpenMPSupport>
<SupportJustMyCode>false</SupportJustMyCode>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -399,6 +406,7 @@
<AdditionalOptions>/Zc:twoPhase- /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
<OpenMPSupport>true</OpenMPSupport>
<DisableSpecificWarnings>26812</DisableSpecificWarnings>
<ExternalWarningLevel>Level4</ExternalWarningLevel>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>