We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f651117 commit ebb5270Copy full SHA for ebb5270
ydb/core/tx/datashard/datashard_ut_change_exchange.cpp
@@ -3491,7 +3491,7 @@ Y_UNIT_TEST_SUITE(Cdc) {
3491
});
3492
3493
ui32 splitResponses = 0;
3494
- auto countSplitResponses = runtime.AddObserver<TEvPersQueue::TEvResponse>([&](auto& ev) {
+ auto countSplitResponses = runtime.AddObserver<TEvPersQueue::TEvResponse>([&](auto&) {
3495
++splitResponses;
3496
3497
0 commit comments