mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-22 09:30:15 +00:00
VS2008: disable warning 4482 for C++11 scoped enums
This commit is contained in:
parent
3e33d7f6d1
commit
2d64d7a603
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user