VS2008: disable warning 4482 for C++11 scoped enums

This commit is contained in:
tomcw 2020-09-01 21:36:05 +01:00
parent 3e33d7f6d1
commit 2d64d7a603
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
DisableSpecificWarnings="4819;4995;4996"
DisableSpecificWarnings="4482;4819;4995;4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -169,7 +169,7 @@
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
DisableSpecificWarnings="4819;4995;4996"
DisableSpecificWarnings="4482;4819;4995;4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"