aboutsummaryrefslogtreecommitdiffstats
path: root/win32/System
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-30 17:54:12 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-30 17:54:12 +0000
commitb32d785e18c9f9e820e011661f373401298485c5 (patch)
tree2b993a052a346f1b4c01e8fb19765f34e98c49b8 /win32/System
parente2752ddefca00c383e111a82d47dc46bdd0302be (diff)
downloadexternal_llvm-b32d785e18c9f9e820e011661f373401298485c5.zip
external_llvm-b32d785e18c9f9e820e011661f373401298485c5.tar.gz
external_llvm-b32d785e18c9f9e820e011661f373401298485c5.tar.bz2
Silence VC++ warnings about using 'this' in base member initializations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/System')
-rw-r--r--win32/System/System.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj
index 4818182..2f03809 100644
--- a/win32/System/System.vcproj
+++ b/win32/System/System.vcproj
@@ -32,7 +32,7 @@
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
- DisableSpecificWarnings="4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -74,7 +74,7 @@
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="3"
- DisableSpecificWarnings="4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool