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

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

Issue 74193005: Add extra warnings to match what Android uses. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « gyp/poppler.gyp ('k') | src/animator/SkScriptCallBack.h » ('j') | 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 82763bea115eb285515a853a723f786a2fa15715..bb0db7184bbc8e2d2cb822002609c634e27b221e 100644
--- a/platform_tools/android/gyp/dependencies.gypi
+++ b/platform_tools/android/gyp/dependencies.gypi
@@ -42,9 +42,7 @@
'../third_party/externals/expat/lib',
],
'cflags': [
- '-Wall',
- '-Wmissing-prototypes',
- '-Wstrict-prototypes',
+ '-w',
'-fexceptions',
'-DHAVE_EXPAT_CONFIG_H',
],
@@ -66,12 +64,9 @@
'../third_party/externals/gif',
],
'cflags': [
- '-Wno-format',
+ '-w',
'-DHAVE_CONFIG_H',
],
- 'cflags!': [
- '-Wall',
- ],
'direct_dependent_settings': {
'include_dirs': [
'../third_party/externals/gif',
@@ -104,11 +99,9 @@
'../third_party/externals/png',
],
'cflags': [
+ '-w',
'-fvisibility=hidden',
],
- 'cflags!': [
- '-Wall',
- ],
'link_settings': {
'libraries': [
'-lz',
« no previous file with comments | « gyp/poppler.gyp ('k') | src/animator/SkScriptCallBack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698