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

Unified Diff: build/common.gypi

Issue 29303007: android: Enable -Wunused-const-variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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 | « no previous file | chrome/browser/extensions/api/messaging/message_service.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 9f3bddede3aa905d7133d660d471bc1eef084c67..13179c5da8ee016f3acb36e2698539c2573eccb8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3220,11 +3220,6 @@
'cflags_cc': [
'-Wno-implicit-exception-spec-mismatch',
],
- 'cflags': [
- # TODO(hans): Remove once we've cleaned up the warnings.
- # http://crbug.com/307668
- '-Wno-unused-const-variable',
- ],
}],
['clang==1 and clang_use_chrome_plugins==1', {
'cflags': [
« no previous file with comments | « no previous file | chrome/browser/extensions/api/messaging/message_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698