Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 7e2d4b00dd35062ee4943189e41a815b163fc407..3a8f838c79a94d6f83dce17ca2e5ee7a3dbe43e7 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2469,6 +2469,9 @@ |
| # code generated by flex (used in angle) contains that keyword. |
| # http://crbug.com/255186 |
| '-Wno-deprecated-register', |
| + |
| + # XXX: Just while testing that the clang binaries execute. |
| + '-Wno-undefined-bool-conversion', |
| ], |
| }, |
| 'includes': [ 'set_clang_warning_flags.gypi', ], |