mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 23:05:33 -04:00
Fix warning
This commit is contained in:
parent
6ffa0b6f54
commit
897c97e89c
@ -107,7 +107,7 @@ class raw_fsblock : public fsblock::impl {
|
||||
std::lock_guard lock(mx_);
|
||||
data_.swap(tmp);
|
||||
}
|
||||
} catch (bad_compression_ratio_error const& e) {
|
||||
} catch (bad_compression_ratio_error const&) {
|
||||
comp_type_ = compression_type::NONE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user