remove unecessary warnings from third_party code
R=mtklein@google.com
Review URL: https://codereview.chromium.org/25030003
git-svn-id: http://skia.googlecode.com/svn/trunk@11529 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
index 86e9145..82763be 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',