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!=""', { |