| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index ad6cc65677497ad7fd377cb9b144d32eff52c791..7f4578d80b614254fad0d8eb080b9df472e851fa 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -937,6 +937,7 @@ config("default_warnings") {
|
| "-Wno-microsoft-enum-value", # http://crbug.com/505296
|
| "-Wno-unknown-pragmas", # http://crbug.com/505314
|
| "-Wno-microsoft-cast", # http://crbug.com/550065
|
| + "-Wno-ignored-pragmas", # http://crbug.com/644841
|
| ]
|
| }
|
| } else {
|
|
|