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

Unified Diff: build/common.gypi

Issue 64273005: ios: Enable -Wunused-functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « base/debug/stack_trace_posix.cc ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 228169b27afcd3c9ad381e4733d5bc2e9c14e013..2c27f17b386b29c3002c7ade410b49fe5ab6313e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4231,8 +4231,8 @@
# Don't die on dtoa code that uses a char as an array index.
# This is required solely for base/third_party/dmg_fp/dtoa.cc.
'-Wno-char-subscripts',
- # Clang spots more unused functions. TODO: remove, crbug.com/315884
- '-Wno-unused-function',
+ # See comment in the mac clang section above for this flag.
+ '-Wno-unneeded-internal-declaration',
# Match OS X clang C++11 warning settings.
'-Wno-c++11-narrowing',
],
« no previous file with comments | « base/debug/stack_trace_posix.cc ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698