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

Unified Diff: tools/gyp/configurations_make.gypi

Issue 2018723002: Make Android gyp flags more like Linux gyp flags. Fix cases of -Wconversion-null. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months 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 | « tools/gyp/configurations_android.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_make.gypi
diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
index 05292bfefb868892d9ec9c79886ff1c4835d3b12..8b61127b3d05317db42546b680a0a3a07ad51413 100644
--- a/tools/gyp/configurations_make.gypi
+++ b/tools/gyp/configurations_make.gypi
@@ -18,16 +18,11 @@
'<@(common_gcc_warning_flags)',
'-Wnon-virtual-dtor',
'-Wvla',
- '-Wno-conversion-null',
'-Woverloaded-virtual',
'-g3',
'-ggdb3',
- # TODO(iposva): Figure out if we need to pass anything else.
- #'-ansi',
'-fno-rtti',
'-fno-exceptions',
- # '-fvisibility=hidden',
- # '-fvisibility-inlines-hidden',
'-fstack-protector',
'-Wa,--noexecstack',
],
« no previous file with comments | « tools/gyp/configurations_android.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698