chore: silence gcc warnings

This commit is contained in:
Marcus Holland-Moritz 2024-01-14 14:25:22 +01:00
parent 3be0715c1f
commit 0162aba94e

View File

@ -75,8 +75,8 @@ struct filesystem_options {
mlock_mode lock_mode{mlock_mode::NONE};
file_off_t image_offset{0};
block_cache_options block_cache;
metadata_options metadata;
block_cache_options block_cache{};
metadata_options metadata{};
int inode_offset{0};
};