mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +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