Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6044b5276044f314d6536c7861b052edb6dbdfe1..a3cb9dd32f0b7def7d95bb1bd9e1f6085537c504 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1165,6 +1165,8 @@ |
# http://code.google.com/p/googletest/source/detail?r=446 . |
# TODO(thakis): Use -isystem instead (http://crbug.com/58751 ). |
'-Wno-unnamed-type-template-args', |
+ # TODO(thakis): Reenable, http://crbug.com/71375 |
+ '-Wno-uninitialized', |
], |
'cflags!': [ |
# Clang doesn't seem to know know this flag. |
@@ -1287,6 +1289,8 @@ |
# http://code.google.com/p/googletest/source/detail?r=446 . |
# TODO(thakis): Use -isystem instead (http://crbug.com/58751 ). |
'-Wno-unnamed-type-template-args', |
+ # TODO(thakis): Reenable, http://crbug.com/71375 |
+ '-Wno-uninitialized', |
], |
}], |
['clang==1 and clang_load!="" and clang_add_plugin!=""', { |