| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index b578b210823f47f52e4efbf15e6be999e36fb568..e006f3bdaa54c5ef751747c615d17735c30f9ed6 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -723,6 +723,11 @@
|
| default_warning_flags += [
|
| # Warnings permanently disabled:
|
|
|
| + # TODO(GYP) The GYP build doesn't have this globally enabled but disabled
|
| + # for a bunch of individual targets. Re-enable this globally when those
|
| + # targets are fixed.
|
| + "/wd4018", # Comparing signed and unsigned values.
|
| +
|
| # C4127: conditional expression is constant
|
| # This warning can in theory catch dead code and other problems, but
|
| # triggers in far too many desirable cases where the conditional
|
|
|