mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-12 01:02:39 +03:00
Merge pull request #5970 from radarhere/warnings
This commit is contained in:
commit
35e1932748
|
@ -551,7 +551,7 @@ ImagingLibTiffDecode(
|
||||||
uint16_t planarconfig = 0;
|
uint16_t planarconfig = 0;
|
||||||
int planes = 1;
|
int planes = 1;
|
||||||
ImagingShuffler unpackers[4];
|
ImagingShuffler unpackers[4];
|
||||||
UINT32 img_width, img_height;
|
INT32 img_width, img_height;
|
||||||
|
|
||||||
memset(unpackers, 0, sizeof(ImagingShuffler) * 4);
|
memset(unpackers, 0, sizeof(ImagingShuffler) * 4);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user