[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

jamesr at google.com jamesr at google.com
Wed Dec 22 13:53:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e7165f07d2afe2a503f25f77dcf6225f8e540f4f
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 22:19:05 2010 +0000

    2010-09-28  James Robinson  <jamesr at chromium.org>
    
            [chromium] Decrease warning level on chromium linux temporarily. This is causing failures on some bots
    
            * WebCore.gyp/WebCore.gyp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68571 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7d3703a..138b6de 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-28  James Robinson  <jamesr at chromium.org>
+
+        [chromium] Decrease warning level on chromium linux temporarily. This is causing failures on some bots
+
+        * WebCore.gyp/WebCore.gyp:
+
 2010-09-27  James Robinson  <jamesr at chromium.org>
 
         Reviewed by Tony Chang.
diff --git a/WebCore/WebCore.gyp/WebCore.gyp b/WebCore/WebCore.gyp/WebCore.gyp
index 4ba1a35..e9a9c37 100644
--- a/WebCore/WebCore.gyp/WebCore.gyp
+++ b/WebCore/WebCore.gyp/WebCore.gyp
@@ -248,9 +248,10 @@
         # FIXME: Also enable this for Windows after verifying no warnings
         'chromium_code': 1,
       }],
-      ['OS=="linux"', {
-        'chromium_code': 1,
-      }],
+# FIXME: disabled for now due to failures on different gcc versions
+#     ['OS=="linux"', {
+#        'chromium_code': 1,
+#      }],
       ['OS=="win"', {
         'webcore_include_dirs': [
           '../page/win',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list