| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 1590a51d699903beb4f1a1b96b1c37eb39f254ab..aad1aa7eea22358b7c33a3ed45c69310767adbd1 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -803,7 +803,6 @@ if (is_win) {
|
| "-Wno-unknown-pragmas", # http://crbug.com/505314
|
| "-Wno-unused-function", # http://crbug.com/505316
|
| "-Wno-unused-value", # http://crbug.com/505318
|
| - "-Wno-unused-local-typedef", # http://crbug.com/411648
|
| ]
|
| }
|
| } else {
|
|
|