aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-30 18:06:34 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-30 18:06:34 +0000
commit06b7209ef7522d5393c4a547102d5c3c75da4faa (patch)
treeef9596118d2c328f8a1c5d44caf1da942e716fa5 /platform_tools
parent6c5d9a1dff191302462c6fc2886f5e7bab9bea97 (diff)
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
Diffstat (limited to 'platform_tools')
-rw-r--r--platform_tools/android/gyp/dependencies.gypi7
1 files changed, 4 insertions, 3 deletions
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
index 86e9145d58..82763bea11 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',