Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc: 'size' in capture list does not name a variable
clang 14: ``` /home/jenkins-build/build/workspace/ceph-pull-requests/src/seastar/src/rpc/rpc.cc:438:81: error: 'size' in capture list does not name a variable return read_rcv_buf(in, size).then([this, info, h = std::move(h), size] (rcv_buf rb) { ``` Signed-off-by: Matan Breizman <mbreizma@redhat.com>
- Loading branch information