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

Unified Diff: build/common.gypi

Issue 550713002: clang/win: Disable -Wunused-local-typedef for now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | no next file » | 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 eeda60f29a0fc2e227fdd8c20d5e7a6e37c0bfc4..08a00ecf49df80e1a2a81c15d09ab0a6ce0a5335 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5501,6 +5501,7 @@
'-Wno-unused-private-field',
'-Wno-unused-value',
'-Wno-unused-variable',
+ '-Wno-unused-local-typedef', # http://crbug.com/411648
],
},
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698