diff options
author | rbuj <[email protected]> | 2021-03-17 10:26:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-01 18:03:48 +0200 |
commit | 87b2266515ecd6685fd0e3a6402788bfb11ebfb9 (patch) | |
tree | cc6427c18b001a5be29618c63f3957abdf62828b /backend/epub/minizip | |
parent | 88244cd89a31268242610316c0fd51a405a91d02 (diff) | |
download | atril-87b2266515ecd6685fd0e3a6402788bfb11ebfb9.tar.bz2 atril-87b2266515ecd6685fd0e3a6402788bfb11ebfb9.tar.xz |
epub: declaration of ‘uL’ shadows a previous local [-Wshadow]
Diffstat (limited to 'backend/epub/minizip')
-rw-r--r-- | backend/epub/minizip/unzip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/epub/minizip/unzip.c b/backend/epub/minizip/unzip.c index d386295a..0a23c1e4 100644 --- a/backend/epub/minizip/unzip.c +++ b/backend/epub/minizip/unzip.c @@ -1032,8 +1032,6 @@ local int unz64local_GetCurrentFileInfoInternal (unzFile file, /* ZIP64 extra fields */ if (headerId == 0x0001) { - uLong uL; - if(file_info.uncompressed_size == MAXU32) { if (unz64local_getLong64(&s->z_filefunc, s->filestream,&file_info.uncompressed_size) != UNZ_OK) |