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

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
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..dec9f2483a3c97a2c04d6f63ad6f302f2264c767 100644
--- a/platform_tools/android/gyp/dependencies.gypi
+++ b/platform_tools/android/gyp/dependencies.gypi
@@ -71,6 +71,7 @@
],
'cflags!': [
'-Wall',
+ '-Wextra',
mtklein 2013/11/18 21:21:56 Maybe just cflags: [ '-w' ] these guys?
djsollen 2013/11/18 21:34:04 Done.
],
'direct_dependent_settings': {
'include_dirs': [
@@ -108,6 +109,7 @@
],
'cflags!': [
'-Wall',
+ '-Wextra',
],
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698