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

Unified Diff: gyp/common_conditions.gypi

Issue 1789663002: sRGB support in Ganesh. Several pieces: (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Squelch clang warnings about GrPixelConfig < kGrPixelConfigCnt Created 4 years, 9 months 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 | « example/HelloWorld.cpp ('k') | gyp/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index bfdbb9e29ba7f96ba367c955eb49a9dd848d55c2..d4823dcd4f6c78f842d6569df8144303fc9c76ce 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -232,6 +232,7 @@
'-Wsign-compare',
'-Wno-unused-parameter',
+ '-Wno-tautological-compare',
Brian Osman 2016/03/17 18:07:03 Is this okay? Without this, clang is warning on co
],
'cflags_cc': [
'-std=c++11',
@@ -661,7 +662,6 @@
'-Wno-unknown-warning-option', # Allows unknown warnings
# These flags that are on by default for only the android
# toolchain and no other platforms.
- '-Wno-tautological-compare',
'-Wno-unused-command-line-argument',
],
}],
« no previous file with comments | « example/HelloWorld.cpp ('k') | gyp/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698