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

Unified Diff: build/common.gypi

Issue 1220133003: Fixed all unused-variable Clang warnings on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iaccessible2-fix-gn
Patch Set: Created 5 years, 6 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 5f89a1b0af31e443a477f5a164e05513732b8996..2a945ef023828bc87ee693b27f7f2b692de26fe8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5718,7 +5718,6 @@
'-Wno-unused-function', # http://crbug.com/505316
'-Wno-unused-private-field', # http://crbug.com/505317
'-Wno-unused-value', # http://crbug.com/505318
- '-Wno-unused-variable', # http://crbug.com/505319
'-Wno-unused-local-typedef', # http://crbug.com/411648
],
},

Powered by Google App Engine
This is Rietveld 408576698