mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Fixed compiler warning
This commit is contained in:
parent
871aad37da
commit
0cb3edda05
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
QByteArray Gzip::uncompress(QIODevice *device, int limit)
|
QByteArray Gzip::uncompress(QIODevice *device, int limit)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret = Z_STREAM_END;
|
||||||
z_stream strm;
|
z_stream strm;
|
||||||
unsigned char in[CHUNK];
|
unsigned char in[CHUNK];
|
||||||
unsigned char out[CHUNK];
|
unsigned char out[CHUNK];
|
||||||
|
Loading…
Reference in New Issue
Block a user