Hello,

On Tue, 12 Nov 2002 13:12:59 -0000

"Marcus Boerger" <[EMAIL PROTECTED]> wrote:

> helly         Tue Nov 12 08:12:59 2002 EDT
> 
>   Modified files:              
>     /php4/ext/gd/libgd        gd.c gd_gd2.c gdft.c 
>   Log:
>   fix warnings

Thx to fix warnings :-)

While you are on, here are some warns I got on gd_png.c (-W
-g3):

php4/ext/gd/libgd/gd_png.c: In function `gdImageCreateFromPngCtx':
php4/ext/gd/libgd/gd_png.c:126: warning: variable `image_data' might be
clobbered by `longjmp' or `vfork'
php4/ext/gd/libgd/gd_png.c:127: warning: variable `row_pointers' might
be clobbered by `longjmp' or `vfork'
php4/ext/gd/libgd/gd_png.c:129: warning: variable `open' might be
clobbered by `longjmp' or `vfork'
php4/ext/gd/libgd/gd_png.c: In function `gdImagePngCtx':
php4/ext/gd/libgd/gd_png.c:447: warning: variable `bit_depth' might be
clobbered by `longjmp' or `vfork'
php4/ext/gd/libgd/gd_png.c:450: warning: variable `colors' might be
clobbered by `longjmp' or `vfork'

hth

pa

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to