mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-11 13:30:47 -04:00
chore: silence gcc warnings
This commit is contained in:
parent
3be0715c1f
commit
0162aba94e
@ -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};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user