| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 8115239fafa7f1f0791b0a2356164a32119ac289..45a523d6c2903dd55a9d9674f5413c94406728a3 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -1093,6 +1093,9 @@ config("default_warnings") {
|
|
|
| # TODO(hans): https://crbug.com/637306
|
| "-Wno-address-of-packed-member",
|
| +
|
| + # TODO(thakis): Consider turning this on, https://crbug.com/691120
|
| + "-Wno-block-capture-autoreleasing",
|
| ]
|
| if (llvm_force_head_revision) {
|
| cflags += [
|
|
|