diff options
author | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-05 14:33:10 +0000 |
---|---|---|
committer | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-05 14:33:10 +0000 |
commit | d4132dd0f3b06db16fe4b80cc60e36431149876f (patch) | |
tree | c1f9e16dc39576146380678abdc750486aec0873 /skia/skia.gyp | |
parent | 24a369ffb1613c03abb4d1e7097e94e9389dd874 (diff) | |
download | chromium_src-d4132dd0f3b06db16fe4b80cc60e36431149876f.zip chromium_src-d4132dd0f3b06db16fe4b80cc60e36431149876f.tar.gz chromium_src-d4132dd0f3b06db16fe4b80cc60e36431149876f.tar.bz2 |
Remove Clang warning suppression from Skia
The offending code was fixed in Skia r6641, which we have now rolled past.
BUG=163104
TBR=thakis
Review URL: https://chromiumcodereview.appspot.com/11438014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 3de2d1b..b845456 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -255,17 +255,6 @@ 'SK_SUPPORT_GPU=0', ], }], - ['clang == 1', { - # TODO(hans): Remove once Skia rolls past r6641. - 'cflags': [ - '-Wno-tautological-constant-out-of-range-compare', - ], - 'xcode_settings': { - 'WARNING_CFLAGS': [ - '-Wno-tautological-constant-out-of-range-compare', - ], - } - }], ['release_valgrind_build == 1', { 'defines': [ 'SK_DEBUG_PATH_REF=1', |