mirror of
https://github.com/php/php-src.git
synced 2026-03-27 09:42:22 +01:00
Fixed compiler warning.
This commit is contained in:
@@ -579,7 +579,7 @@ static struct gfxinfo *php_handle_jpc(php_stream * stream TSRMLS_DC)
|
||||
unsigned short dummy_short;
|
||||
int dummy_int, highest_bit_depth, bit_depth;
|
||||
unsigned char first_marker_id;
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
/* JPEG 2000 components can be vastly different from one another.
|
||||
Each component can be sampled at a different resolution, use
|
||||
|
||||
Reference in New Issue
Block a user