Fix compiler warning (unused variable)

This commit is contained in:
Albrecht Schlosser 2022-12-19 15:21:38 +01:00
parent 84c5992d9f
commit 62f68128bf

View File

@ -158,7 +158,6 @@ static int svg_inflate(uchar *src, size_t src_length, uchar *&dst, size_t &dst_l
z_stream stream = { };
int err = Z_OK;
const uInt max = (uInt)-1;
dst = 0;
dst_length = 0;