Changeset 143188 in webkit


Ignore:
Timestamp:
Feb 18, 2013 2:59:11 AM (11 years ago)
Author:
thakis@chromium.org
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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r143186 r143188  
     12013-02-18  Nico Weber  <thakis@chromium.org>
     2
     3        [chromium/clang] Remove -Wno-return-type-c-linkage
     4        https://bugs.webkit.org/show_bug.cgi?id=110098
     5
     6        Reviewed by Jochen Eisinger.
     7
     8        The one instance where this triggered was removed in
     9        http://trac.webkit.org/changeset/141184 . A clang that has this
     10        warning landed in chromium r182694, so it should be safe to turn
     11        the warning on now.
     12
     13        * WebCore.gyp/WebCore.gyp:
     14
    1152013-02-18  Pavel Feldman  <pfeldman@chromium.org>
    216
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r142896 r143188  
    21662166          'sources/': [['exclude', 'Mac\\.(cpp|mm?)$']]
    21672167        }],
    2168         ['clang==1', {
    2169           # FIXME: Remove once this warning has been tweaked in Clang.
    2170           'cflags': [
    2171             '-Wno-return-type-c-linkage',
    2172           ],
    2173           'xcode_settings': {
    2174             'WARNING_CFLAGS': [
    2175               '-Wno-return-type-c-linkage',
    2176             ],
    2177           }
    2178         }],
    21792168      ],
    21802169      # Disable c4267 warnings until we fix size_t to int truncations.
Note: See TracChangeset for help on using the changeset viewer.