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
@@ -54,7 +54,7 @@ int disk_tool_t::trim_data(std::string device)
fprintf(stderr, "Reading metadata\n");
data_alloc = new allocator_t(dsk.block_count);
r = process_meta(
[this](blockstore_meta_header_v3_t *hdr) {},
[](blockstore_meta_header_v3_t *hdr) {},
[this](blockstore_heap_t *heap, heap_entry_t *obj, uint32_t meta_block_num)
{
for (auto wr = obj; wr; wr = heap->prev(wr))