Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compilation] PS-9380: Fix clang-12+ compilation issues
``` ../../../storage/innobase/btr/btr0mtib.cc:962:36: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture] auto guard = create_scope_guard([this, page_no]() { ^~~~~ ../../../storage/innobase/btr/btr0mtib.cc:962:42: error: lambda capture 'page_no' is not used [-Werror,-Wunused-lambda-capture] auto guard = create_scope_guard([this, page_no]() { ~~^~~~~~~ ```
- Loading branch information