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

Unified Diff: build/common.gypi

Issue 7056063: Suppress a GCC 4.6 warning (Closed) Base URL: ssh://mrpenguin/home/Ryan/chromium.msysgit/src@master
Patch Set: Created 9 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
« 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 6083fab050245ecdb2f68c5ee73f05b0c43ac050..c23c5860741e6878630887cb5db987a13e2d7503 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1100,6 +1100,7 @@
# '-Wextra',
# Don't warn about unused function params. We use those everywhere.
'-Wno-unused-parameter',
+ '-Wno-unused-but-set-variable',
# Don't warn about the "struct foo f = {0};" initialization pattern.
'-Wno-missing-field-initializers',
'-D_FILE_OFFSET_BITS=64',
« 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