mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 12:47:02 +00:00
this should silence the warning like:
```
test/boost/multishard_mutation_query_test.cc:493:29: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
do_with_cql_env_thread([this] (cql_test_env& env) -> future<> {
^~~~
test/boost/multishard_mutation_query_test.cc:577:29: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
do_with_cql_env_thread([this] (cql_test_env& env) -> future<> {
^~~~
2 errors generated.
```
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>