Title: [129180] trunk/Source/WebKit/chromium
Revision
129180
Author
[email protected]
Date
2012-09-20 16:52:19 -0700 (Thu, 20 Sep 2012)

Log Message

[chromium] Unreviewed build fix. webkit_unit_tests have global constructors.

* WebKitUnitTests.gyp: Remove -Wglobal-constructors.

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (129179 => 129180)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-09-20 23:38:48 UTC (rev 129179)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-09-20 23:52:19 UTC (rev 129180)
@@ -1,5 +1,11 @@
 2012-09-20  Tony Chang  <[email protected]>
 
+        [chromium] Unreviewed build fix. webkit_unit_tests have global constructors.
+
+        * WebKitUnitTests.gyp: Remove -Wglobal-constructors.
+
+2012-09-20  Tony Chang  <[email protected]>
+
         [chromium] Enable more clang warnings
         https://bugs.webkit.org/show_bug.cgi?id=97257
 

Modified: trunk/Source/WebKit/chromium/WebKitUnitTests.gyp (129179 => 129180)


--- trunk/Source/WebKit/chromium/WebKitUnitTests.gyp	2012-09-20 23:38:48 UTC (rev 129179)
+++ trunk/Source/WebKit/chromium/WebKitUnitTests.gyp	2012-09-20 23:52:19 UTC (rev 129180)
@@ -220,9 +220,9 @@
         }],
         ['clang==1', {
             'target_defaults': {
-                'cflags': ['-Wglobal-constructors', '-Wunused-parameter'],
+                'cflags': ['-Wunused-parameter'],
                 'xcode_settings': {
-                    'WARNING_CFLAGS': ['-Wglobal-constructors', '-Wunused-parameter'],
+                    'WARNING_CFLAGS': ['-Wunused-parameter'],
                 },
             },
         }],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to