| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 659b45d196d5151a9727d4f96fca1d88eeea8281..806b5d3faa104acfd267d7b79275b109d8420bc1 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2113,6 +2113,9 @@
|
| # 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): Reenable once http://webk.it/83920 is fixed.
|
| + '-Wno-literal-conversion',
|
| ],
|
| 'cflags!': [
|
| # Clang doesn't seem to know know this flag.
|
| @@ -2527,6 +2530,9 @@
|
| # 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): Reenable once http://webk.it/83920 is fixed.
|
| + '-Wno-literal-conversion',
|
| ],
|
| }],
|
| ['clang==1 and clang_use_chrome_plugins==1', {
|
|
|