| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 80b13e6701dea860bb18cb0ee9a3dd1a907b7692..7a00b9384cf9ad756b5e3bcb9a55cfdfbb6b5898 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -859,7 +859,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-switch", # http://crbug.com/505308
|
| "-Wno-unknown-pragmas", # http://crbug.com/505314
|
| "-Wno-unused-value", # http://crbug.com/505318
|
| ]
|
|
|