| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 5d600b0dba1802959c7f03dec810e7d8fcb0cddb..d42bbee97c916a5bf22aaa04f7ca15e21236f934 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2790,10 +2790,6 @@
|
| # Warns on switches on enums that cover all enum values but
|
| # also contain a default: branch. Chrome is full of that.
|
| '-Wno-covered-switch-default',
|
| -
|
| - # TODO(thakis,hans): Remove once Clang doesn't warn about false
|
| - # positives in our code.
|
| - '-Wno-undefined-internal',
|
| ],
|
| 'cflags!': [
|
| # Clang doesn't seem to know know this flag.
|
| @@ -3378,10 +3374,6 @@
|
| # Warns on switches on enums that cover all enum values but
|
| # also contain a default: branch. Chrome is full of that.
|
| '-Wno-covered-switch-default',
|
| -
|
| - # TODO(thakis,hans): Remove once Clang doesn't warn about false
|
| - # positives in our code.
|
| - '-Wno-undefined-internal',
|
| ],
|
| 'OTHER_CPLUSPLUSFLAGS': [
|
| # gnu++11 instead of c++11 so that __ANSI_C__ doesn't get
|
|
|