| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index a83042775a9b38d2d719e9481343b2c15d5f617e..4804d227aae0796b5c8170dddc3537f40690165d 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -1065,7 +1065,6 @@ config("default_warnings") {
|
| if (is_clang) {
|
| cflags += [
|
| # TODO(hans): Make this list shorter eventually, http://crbug.com/504657
|
| - "-Wno-microsoft-enum-value", # http://crbug.com/505296
|
| "-Wno-unknown-pragmas", # http://crbug.com/505314
|
| "-Wno-microsoft-cast", # http://crbug.com/550065
|
| "-Wno-microsoft-enum-forward-reference", # http://crbug.com/718880
|
|
|