| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 56b79b560b4c67e730e1bcbc5db6519626b633b4..255a2038210700e1808b72d879cb092842735c5e 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -801,7 +801,6 @@ if (is_win) {
|
| "-Qunused-arguments", # http://crbug.com/504658
|
| "-Wno-empty-body", # http://crbug.com/504661
|
| "-Wno-extra-tokens", # http://crbug.com/504663
|
| - "-Wno-incompatible-pointer-types", # http://crbug.com/504696
|
| "-Wno-logical-op-parentheses", # http://crbug.com/504699
|
| "-Wno-microsoft", # http://crbug.com/505296
|
| "-Wno-missing-braces", # http://crbug.com/505297
|
|
|