From: Ilia Alshanetsky Date: Sat, 25 Jan 2003 00:23:03 +0000 (+0000) Subject: Fixed compiler warning. X-Git-Tag: PHP_5_0_dev_before_13561_fix~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=758ea308a9dcbb283f8555c590dbf5c4ef3e0f0f;p=php Fixed compiler warning. --- diff --git a/ext/standard/image.c b/ext/standard/image.c index c16ee1c6f9..d3335decdc 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -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