| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 980a806fc7e4610097c605cc906be2934d584925..effdbfe90308589f738ca48dc81d1590fafa519c 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1213,8 +1213,6 @@
|
| # 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): Turn on -- http://crbug.com/72205
|
| - '-Wno-overloaded-virtual',
|
| ],
|
| 'cflags!': [
|
| # Clang doesn't seem to know know this flag.
|
| @@ -1349,8 +1347,6 @@
|
| # 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): Turn on -- http://crbug.com/72205
|
| - '-Wno-overloaded-virtual',
|
| ],
|
| }],
|
| ['clang==1 and clang_use_chrome_plugins==1', {
|
|
|