[llvm-commits] CVS: llvm/win32/llvm-prof/llvm-prof.vcproj 
    Jeff Cohen 
    jeffc at jolt-lang.org
       
    Sun Jan 30 09:54:32 PST 2005
    
    
  
Changes in directory llvm/win32/llvm-prof:
llvm-prof.vcproj updated: 1.1 -> 1.2
---
Log message:
Silence VC++ warnings about using 'this' in base member initializations.
---
Diffs of the changes:  (+2 -2)
 llvm-prof.vcproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/win32/llvm-prof/llvm-prof.vcproj
diff -u llvm/win32/llvm-prof/llvm-prof.vcproj:1.1 llvm/win32/llvm-prof/llvm-prof.vcproj:1.2
--- llvm/win32/llvm-prof/llvm-prof.vcproj:1.1	Wed Jan 19 22:41:35 2005
+++ llvm/win32/llvm-prof/llvm-prof.vcproj	Sun Jan 30 11:54:12 2005
@@ -31,7 +31,7 @@
 				WarningLevel="3"
 				Detect64BitPortabilityProblems="FALSE"
 				DebugInformationFormat="4"
-				DisableSpecificWarnings="4146,4800"/>
+				DisableSpecificWarnings="4355,4146,4800"/>
 			<Tool
 				Name="VCCustomBuildTool"/>
 			<Tool
@@ -81,7 +81,7 @@
 				WarningLevel="3"
 				Detect64BitPortabilityProblems="FALSE"
 				DebugInformationFormat="3"
-				DisableSpecificWarnings="4146,4800"/>
+				DisableSpecificWarnings="4355,4146,4800"/>
 			<Tool
 				Name="VCCustomBuildTool"/>
 			<Tool
    
    
More information about the llvm-commits
mailing list