[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

barraclough at apple.com barraclough at apple.com
Fri Feb 26 22:21:41 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 6264587adf6fdd1f083966b67f10c09a33855683
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 17 00:25:43 2010 +0000

    Disable warnings preventing use of anonymous structs/onions -
    don't take all my fun toys away, these are useful & awesome!
    
    Reviewed by NOBODY (Build fix).
    
    * win/tools/vsprops/common.vsprops:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54847 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog
index 8eccc7d..5afa222 100644
--- a/WebKitLibraries/ChangeLog
+++ b/WebKitLibraries/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-16  Gavin Barraclough  <barraclough at apple.com>
+
+        Reviewed by NOBODY (Build fix).
+
+        Disable warnings preventing use of anonymous structs/onions -
+        don't take all my fun toys away, these are useful & awesome!
+
+        * win/tools/vsprops/common.vsprops:
+
 2010-02-11  Brian Weinstein  <bweinstein at apple.com>
 
         Rubber-stamped by Eric Seidel.
diff --git a/WebKitLibraries/win/tools/vsprops/common.vsprops b/WebKitLibraries/win/tools/vsprops/common.vsprops
index 8976ceb..28dfb67 100644
--- a/WebKitLibraries/win/tools/vsprops/common.vsprops
+++ b/WebKitLibraries/win/tools/vsprops/common.vsprops
@@ -15,7 +15,7 @@
 		WarningLevel="4"
 		WarnAsError="true"
 		DebugInformationFormat="3"
-		DisableSpecificWarnings="4018;4068;4099;4100;4127;4138;4180;4189;4244;4251;4275;4291;4305;4344;4355;4389;4503;4505;4510;4512;4610;4706;4800;4951;4952;4996;6011;6031;6211;6246;6255;6387"
+		DisableSpecificWarnings="4018;4068;4099;4100;4127;4138;4180;4189;4201;4244;4251;4275;4291;4305;4344;4355;4389;4503;4505;4510;4512;4610;4706;4800;4951;4952;4996;6011;6031;6211;6246;6255;6387"
 	/>
 	<Tool
 		Name="VCLibrarianTool"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list