diff options
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 6044b52..a3cb9dd 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!=""', { |