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

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 e563f1abcf867f9b05a324cc95b5f45edd2bddb1..0c3e39c1d2af327ab47c243be0231b5a993f22d8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1188,7 +1188,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.
@@ -1312,7 +1312,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