Chromium Code Reviews| Index: build/config/clang/BUILD.gn |
| diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn |
| index db3e03ced6688626184801747682edcebfdb6ae6..2fd151766676a91b63fb7fc463304f8ce07a2985 100644 |
| --- a/build/config/clang/BUILD.gn |
| +++ b/build/config/clang/BUILD.gn |
| @@ -56,5 +56,7 @@ config("extra_warnings") { |
| # Warns when a const char[] is converted to bool. |
| "-Wstring-conversion", |
| + |
| + "-Wtautological-overlap-compare", |
| ] |
| } |