mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-19 09:17:21 -04:00
chore(segmenter): default initialize context to prevent warnings
This commit is contained in:
parent
6004246907
commit
85cbd2eaea
@ -40,7 +40,7 @@ struct compression_constraints;
|
||||
class segmenter {
|
||||
public:
|
||||
struct config {
|
||||
std::string context;
|
||||
std::string context{};
|
||||
unsigned blockhash_window_size{12};
|
||||
unsigned window_increment_shift{1};
|
||||
size_t max_active_blocks{1};
|
||||
|
Loading…
x
Reference in New Issue
Block a user