| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 2c0b455add3903beeaa90c391e9e26ecc1e4299d..2e53c972572f711c3d88991624f00c7e6d9a9c1c 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -811,7 +811,6 @@ if (is_win) {
|
| "-Wno-logical-op-parentheses", # http://crbug.com/504699
|
| "-Wno-microsoft", # http://crbug.com/505296
|
| "-Wno-missing-braces", # http://crbug.com/505297
|
| - "-Wno-missing-declarations", # http://crbug.com/505298
|
| "-Wno-msvc-include", # http://crbug.com/505299
|
| "-Wno-overloaded-virtual", # http://crbug.com/505301
|
| "-Wno-parentheses", # http://crbug.com/505302
|
|
|