| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 18d20d987a2ca82c9e64099c8cfd20f18314390a..a553dc7debbd6351da178ef602fe1708f2749de2 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -815,7 +815,6 @@ if (is_win) {
|
| "-Wno-msvc-include", # http://crbug.com/505299
|
| "-Wno-null-dereference", # http://crbug.com/
|
| "-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
|
|
|