Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 93f4732ccae943c245ee50273a668bd853bd904f..4c805c705d1de9d53393f3fc66ef4090f6610874 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -374,6 +374,8 @@ config("toolchain") { |
| if (is_clang) { |
| cflags += [ |
| + "-Wsign-compare", |
|
Nico
2016/11/11 15:19:20
This is part of -Wextra. I guess you don't build w
ulan
2016/11/11 15:20:49
That's right.
|
| + |
| # TODO(hans): Remove once http://crbug.com/428099 is resolved. |
| "-Winconsistent-missing-override", |
| ] |