mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 08:15:32 -04:00
Fix some pedantic compiler warnings.
This commit is contained in:
parent
e4bc302d3d
commit
7865f5eee9
2 changed files with 9 additions and 10 deletions
|
@ -553,7 +553,6 @@ qint64 QtIOCompressor::readData(char *data, qint64 maxSize)
|
|||
return -1;
|
||||
case Z_BUF_ERROR: // No more input and zlib can not privide more output - Not an error, we can try to read again when we have more input.
|
||||
return 0;
|
||||
break;
|
||||
}
|
||||
// Loop util data buffer is full or we reach the end of the input stream.
|
||||
} while (d->zlibStream.avail_out != 0 && status != Z_STREAM_END);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue