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

Unified Diff: build/common.gypi

Issue 6368094: -Wuninitialized fixes Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « base/third_party/dmg_fp/dtoa.cc ('k') | chrome/browser/dom_ui/options/browser_options_handler.cc » ('j') | 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 50c12f5caebfa8b3669fc0afb13d45d8fea9a29c..99af2786fd0dbcb157c940fa8ab292ce7d5912f7 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1187,7 +1187,7 @@
# TODO(thakis): Use -isystem instead (http://crbug.com/58751 ).
'-Wno-unnamed-type-template-args',
# TODO(thakis): Reenable, http://crbug.com/71375
- '-Wno-uninitialized',
+ #'-Wno-uninitialized',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@@ -1311,7 +1311,7 @@
# TODO(thakis): Use -isystem instead (http://crbug.com/58751 ).
'-Wno-unnamed-type-template-args',
# TODO(thakis): Reenable, http://crbug.com/71375
- '-Wno-uninitialized',
+ #'-Wno-uninitialized',
],
}],
['clang==1 and clang_load!="" and clang_add_plugin!=""', {
« no previous file with comments | « base/third_party/dmg_fp/dtoa.cc ('k') | chrome/browser/dom_ui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698