remove unused type qualifiers
This commit is contained in:
		
							
								
								
									
										4
									
								
								sent.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								sent.c
									
									
									
									
									
								
							| @ -279,8 +279,8 @@ void pngscale(Image *img) | |||||||
| 	unsigned int x, y; | 	unsigned int x, y; | ||||||
| 	unsigned int width = img->ximg->width; | 	unsigned int width = img->ximg->width; | ||||||
| 	unsigned int height = img->ximg->height; | 	unsigned int height = img->ximg->height; | ||||||
| 	char* __restrict__ newBuf = img->ximg->data; | 	char* newBuf = img->ximg->data; | ||||||
| 	unsigned char * __restrict__ ibuf; | 	unsigned char* ibuf; | ||||||
| 	unsigned int jdy = img->ximg->bytes_per_line / 4 - width; | 	unsigned int jdy = img->ximg->bytes_per_line / 4 - width; | ||||||
| 	unsigned int dx = (img->bufwidth << 10) / width; | 	unsigned int dx = (img->bufwidth << 10) / width; | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user