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