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', |
], |