Merge pull request #5970 from radarhere/warnings

This commit is contained in:
Hugo van Kemenade 2022-03-27 18:43:38 +03:00 committed by GitHub
commit 35e1932748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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