Title: [143188] trunk/Source/WebCore
Revision
143188
Author
[email protected]
Date
2013-02-18 02:59:11 -0800 (Mon, 18 Feb 2013)

Log Message

[chromium/clang] Remove -Wno-return-type-c-linkage
https://bugs.webkit.org/show_bug.cgi?id=110098

Reviewed by Jochen Eisinger.

The one instance where this triggered was removed in
http://trac.webkit.org/changeset/141184 . A clang that has this
warning landed in chromium r182694, so it should be safe to turn
the warning on now.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (143187 => 143188)


--- trunk/Source/WebCore/ChangeLog	2013-02-18 10:56:52 UTC (rev 143187)
+++ trunk/Source/WebCore/ChangeLog	2013-02-18 10:59:11 UTC (rev 143188)
@@ -1,3 +1,17 @@
+2013-02-18  Nico Weber  <[email protected]>
+
+        [chromium/clang] Remove -Wno-return-type-c-linkage
+        https://bugs.webkit.org/show_bug.cgi?id=110098
+
+        Reviewed by Jochen Eisinger.
+
+        The one instance where this triggered was removed in
+        http://trac.webkit.org/changeset/141184 . A clang that has this
+        warning landed in chromium r182694, so it should be safe to turn
+        the warning on now.
+
+        * WebCore.gyp/WebCore.gyp:
+
 2013-02-18  Pavel Feldman  <[email protected]>
 
         Web Inspector: provide basic console.table implementation (no [,columns] support)

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (143187 => 143188)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2013-02-18 10:56:52 UTC (rev 143187)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2013-02-18 10:59:11 UTC (rev 143188)
@@ -2165,17 +2165,6 @@
         ['OS!="mac"', {
           'sources/': [['exclude', 'Mac\\.(cpp|mm?)$']]
         }],
-        ['clang==1', {
-          # FIXME: Remove once this warning has been tweaked in Clang.
-          'cflags': [
-            '-Wno-return-type-c-linkage',
-          ],
-          'xcode_settings': {
-            'WARNING_CFLAGS': [
-              '-Wno-return-type-c-linkage',
-            ],
-          }
-        }],
       ],
       # Disable c4267 warnings until we fix size_t to int truncations.
       'msvs_disabled_warnings': [ 4267, 4334, ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to