| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 9d651ad27157f85f6aa0d723bf677abf284e614a..11743a12ed0af851d16b923fc77fc5e59567e158 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -1080,9 +1080,6 @@ config("default_warnings") {
|
| ]
|
| if (llvm_force_head_revision) {
|
| cflags += [
|
| - # TODO(hans): https://crbug.com/681136
|
| - "-Wno-unused-lambda-capture",
|
| -
|
| # TODO(thakis ): https://crbug.com/683349
|
| "-Wno-user-defined-warnings",
|
| ]
|
|
|