Avoid tyecast warnings in inflate_with_eb

This commit is contained in:
Pavel P
2026-01-07 23:38:45 +02:00
committed by Mohammad Nejati
parent 67106ebaab
commit 8dca61b566
@@ -46,7 +46,7 @@ struct impl_base<true>
{
// `true` if current read message is compressed
bool rd_set = false;
std::uint8_t rd_eb_consumed = 0;
std::size_t rd_eb_consumed = 0;
zlib::deflate_stream zo;
zlib::inflate_stream zi;