| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 377f99ab8b4e3767120899512862cfe4c6cc60ce..9ca23e3ad3a8a1c4b37771255cff4077235b1c44 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -800,7 +800,6 @@ if (is_win) {
|
| # TODO(hans): Make this list shorter eventually, http://crbug.com/504657
|
| "-Qunused-arguments", # http://crbug.com/504658
|
| "-Wno-microsoft", # http://crbug.com/505296
|
| - "-Wno-pointer-sign", # http://crbug.com/505303
|
| "-Wno-switch", # http://crbug.com/505308
|
| "-Wno-unknown-pragmas", # http://crbug.com/505314
|
| "-Wno-unused-function", # http://crbug.com/505316
|
|
|