mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Fixed comparison warnings
This commit is contained in:
parent
83d369a347
commit
c692fb42f8
|
@ -551,7 +551,7 @@ ImagingLibTiffDecode(
|
|||
uint16_t planarconfig = 0;
|
||||
int planes = 1;
|
||||
ImagingShuffler unpackers[4];
|
||||
UINT32 img_width, img_height;
|
||||
INT32 img_width, img_height;
|
||||
|
||||
memset(unpackers, 0, sizeof(ImagingShuffler) * 4);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user