diff options
Diffstat (limited to 'skia')
-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', |