Avoid warnings about unused variable

This commit is contained in:
Mojca Miklavec
2022-12-04 10:13:49 +01:00
committed by Klemens Morgenstern
parent b986b3b1b0
commit b49d4e5d9c

View File

@ -452,7 +452,7 @@ struct impl_base<false>
return false; return false;
} }
bool should_compress(std::size_t n_bytes) const bool should_compress(std::size_t) const
{ {
return false; return false;
} }