Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(923)

Unified Diff: skia/skia.gyp

Issue 11412302: Roll Clang 167488:168474. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplify Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/process_proxy/process_output_watcher.cc ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 7a3e20c92102f008c1adfc9fecdf5630c177336d..7370a56c6fea8c7a487138f994cc145481d9113f 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -261,6 +261,17 @@
'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',
« no previous file with comments | « chrome/browser/chromeos/process_proxy/process_output_watcher.cc ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698