| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index c586af5ab6a8eb666802965a7cbd29e0f398eee5..140b78670050f27f9dd18be90f1aadd8c149d48a 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -816,7 +816,6 @@ if (is_win) {
|
| "-Wno-overloaded-virtual", # http://crbug.com/505301
|
| "-Wno-parentheses", # http://crbug.com/505302
|
| "-Wno-pointer-sign", # http://crbug.com/505303
|
| - "-Wno-reorder", # http://crbug.com/505304
|
| "-Wno-return-type-c-linkage", # http://crbug.com/505305
|
| "-Wno-self-assign", # http://crbug.com/505306
|
| "-Wno-sometimes-uninitialized", # http://crbug.com/505307
|
|
|