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

Unified Diff: gyp/jsoncpp.gyp

Issue 25319002: quiet down more third-party warnings (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 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 | « no previous file | gyp/poppler.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/jsoncpp.gyp
diff --git a/gyp/jsoncpp.gyp b/gyp/jsoncpp.gyp
index ab00db9cc15f74f4257814ef4bb3764b534565b6..390f8f9e89f2f621f4abbe47775ab97ce1fe577f 100644
--- a/gyp/jsoncpp.gyp
+++ b/gyp/jsoncpp.gyp
@@ -49,12 +49,8 @@
'../third_party/externals/jsoncpp/include/',
],
},
- 'conditions': [
- [ 'skia_os == "android"', {
- 'cflags!': [
- '-Wall',
- ],
- }],
+ 'cflags': [
+ '-w',
],
},
],
« no previous file with comments | « no previous file | gyp/poppler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698