diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 05:08:12 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 05:08:12 +0000 |
commit | 1ae2665cfca4f42e4e2b364d39739c04e77d0499 (patch) | |
tree | bff1ae52ece5cdbd23cfb50615c821e8ab9fc353 /webkit/webkit.gyp | |
parent | f32f4f7ec86ed5a0824052f8a12298b9925c16d8 (diff) | |
download | chromium_src-1ae2665cfca4f42e4e2b364d39739c04e77d0499.zip chromium_src-1ae2665cfca4f42e4e2b364d39739c04e77d0499.tar.gz chromium_src-1ae2665cfca4f42e4e2b364d39739c04e77d0499.tar.bz2 |
Remove a now-unnecessary warning suppression.
Can't be checked in until we pick up WebKit r46814, as that's the upstream fix.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/164004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 7ba6882..0bd3a34 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -806,9 +806,6 @@ ['include', 'third_party/WebKit/WebCore/platform/graphics/chromium/SimpleFontDataLinux\\.cpp$'], ], 'cflags': [ - # -Wno-multichar for: - # .../WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp - '-Wno-multichar', # WebCore does not work with strict aliasing enabled. # https://bugs.webkit.org/show_bug.cgi?id=25864 '-fno-strict-aliasing', |