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

Unified Diff: build/common.gypi

Issue 481823002: clang/win: Disable -Wexit-time-destructors for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 609041c5d2ac8f5ce25436412a8785f1b1bac1a4..81ef8ece00a92691cd500949e5d721f5547846c6 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5406,6 +5406,7 @@
'-Wno-unused-private-field',
'-Wno-unused-value',
'-Wno-unused-variable',
+ '-Wno-exit-time-destructors', # TODO: http://crbug.com/404525
'-ferror-limit=1',
],
},
« 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