Fix compiler warning (unused variable)
This commit is contained in:
parent
84c5992d9f
commit
62f68128bf
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user