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

Unified Diff: platform_tools/android/gyp/dependencies.gypi

Issue 25030003: remove unecessary warnings from third_party code (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/gyp/dependencies.gypi
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
index 86e9145d584bacd8725dd17d4b5de05335479847..82763bea115eb285515a853a723f786a2fa15715 100644
--- a/platform_tools/android/gyp/dependencies.gypi
+++ b/platform_tools/android/gyp/dependencies.gypi
@@ -25,6 +25,9 @@
'../third_party/cpufeatures/cpu-features.c',
'../third_party/cpufeatures/cpu-features.h',
],
+ 'cflags': [
+ '-w',
+ ],
},
{
'target_name': 'expat',
@@ -172,6 +175,7 @@
'../third_party/externals/jpeg',
],
'cflags': [
+ '-w',
'-fvisibility=hidden',
'-DAVOID_TABLES',
'-O3',
@@ -179,9 +183,6 @@
'-fprefetch-loop-arrays',
'-DANDROID_TILE_BASED_DECODE',
],
- 'cflags!': [
- '-Wall',
- ],
'direct_dependent_settings': {
'include_dirs': [
'../third_party/externals/jpeg',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698