Fix some compilation warnings

This commit is contained in:
Vitaliy Filippov
2026-01-29 02:00:25 +03:00
parent 7e7b95eeb4
commit 3f7f6f442b
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -898,7 +898,7 @@ void cluster_client_t::execute_cas(cluster_op_t *op)
.opcode = OSD_OP_SYNC,
},
},
.callback = [this, op](osd_op_t *part)
.callback = [op](osd_op_t *part)
{
if (part->reply.hdr.retval != 0)
{