| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 8405417b11d2ea9b07246ebdcd82919f2073857e..5bdc7b549afe07a2fc6a6bd7f96b0d79c0fa52ef 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -4310,6 +4310,12 @@
|
|
|
| # TODO(thakis): Remove, http://crbug.com/341352
|
| '-Wno-absolute-value',
|
| +
|
| + # This warns on selectors from Cocoa headers (-length, -set).
|
| + # cfe-dev is currently discussing the merits of this warning.
|
| + # TODO(thakis): Reevaluate what to do with this, based one
|
| + # cfe-dev discussion.
|
| + '-Wno-selector-type-mismatch',
|
| ],
|
|
|
| 'conditions': [
|
|
|