mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 13:27:33 +02:00
Avoid warnings about unused variable
This commit is contained in:
committed by
Klemens Morgenstern
parent
b986b3b1b0
commit
b49d4e5d9c
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user