| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index bf11869d3ef76d5c66156ec5bd65c8f0ce40ad22..b920a5e1a7f280cfd9fc5855bc80dbf594eec531 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1193,6 +1193,8 @@
|
| '-Wextra',
|
| '-Wno-sign-compare', # clang warns a lot without this
|
| # (todo: track down and fix everything)
|
| + # gtest confuses clang.
|
| + '-Wno-bool-conversions',
|
| # Don't warn about unused function parameters.
|
| '-Wno-unused-parameter',
|
| # Don't warn about the "struct foo f = {0};" initialization
|
|
|