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
This commit is contained in:
djsollen@google.com 2013-09-30 18:06:34 +00:00
parent 6c5d9a1dff
commit 06b7209ef7

View File

@ -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',