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
@@ -269,7 +269,7 @@ resume_6:
}
GET_SQE();
data->iov = (iovec){ buf, len };
data->callback = [this, offset, cb](ring_data_t *data)
data->callback = [offset, cb](ring_data_t *data)
{
if (data->res < 0)
{