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

Unified Diff: build/common.gypi

Issue 28163003: mac: 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/managed_mode/managed_user_sync_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 258f9218e7ad338ffbd07f443fbc8d6473a666a0..060deea50ff517334bdb8808b6d4d06083ee7a22 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3213,6 +3213,7 @@
'-Wno-deprecated-register',
# TODO(hans): Remove once we've cleaned up the warnings.
+ # http://crbug.com/307668
'-Wno-unused-const-variable',
# This warns about auto_ptr<>, used in third-party code.
@@ -3921,9 +3922,6 @@
# http://crbug.com/255186
'-Wno-deprecated-register',
- # TODO(hans): Remove once we've cleaned up the warnings.
- '-Wno-unused-const-variable',
-
# This warns about auto_ptr<>, used in third-party code.
'-Wno-deprecated-declarations',
],
« no previous file with comments | « no previous file | chrome/browser/managed_mode/managed_user_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698