Title: [96670] trunk/Source/WebCore
Revision
96670
Author
[email protected]
Date
2011-10-04 18:14:40 -0700 (Tue, 04 Oct 2011)

Log Message

Ignore the warning about using 'override'.

* WebCore.vcproj/WebCore.vcproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (96669 => 96670)


--- trunk/Source/WebCore/ChangeLog	2011-10-05 01:12:34 UTC (rev 96669)
+++ trunk/Source/WebCore/ChangeLog	2011-10-05 01:14:40 UTC (rev 96670)
@@ -1,3 +1,9 @@
+2011-10-04  Anders Carlsson  <[email protected]>
+
+        Ignore the warning about using 'override'.
+
+        * WebCore.vcproj/WebCore.vcproj:
+
 2011-10-04  Sam Weinig  <[email protected]>
 
         Stub out WorkerScriptController::disableEval for v8 to fix the build.

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (96669 => 96670)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-10-05 01:12:34 UTC (rev 96669)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-10-05 01:14:40 UTC (rev 96670)
@@ -32255,7 +32255,7 @@
 							>
 							<Tool
 								Name="VCCLCompilerTool"
-								DisableSpecificWarnings="4611"
+								DisableSpecificWarnings="4481;4611"
 							/>
 						</FileConfiguration>
 						<FileConfiguration
@@ -32263,7 +32263,7 @@
 							>
 							<Tool
 								Name="VCCLCompilerTool"
-								DisableSpecificWarnings="4611"
+								DisableSpecificWarnings="4481;4611"
 							/>
 						</FileConfiguration>
 						<FileConfiguration
@@ -32347,7 +32347,7 @@
 							>
 							<Tool
 								Name="VCCLCompilerTool"
-								DisableSpecificWarnings="4611"
+								DisableSpecificWarnings="4481;4611"
 							/>
 						</FileConfiguration>
 						<FileConfiguration
@@ -32355,7 +32355,7 @@
 							>
 							<Tool
 								Name="VCCLCompilerTool"
-								DisableSpecificWarnings="4611"
+								DisableSpecificWarnings="4481;4611"
 							/>
 						</FileConfiguration>
 						<FileConfiguration
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to