Fixed comparison warnings

This commit is contained in:
Andrew Murray 2022-01-18 14:19:43 +11:00
parent 83d369a347
commit c692fb42f8

View File

@ -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);