[PHP-DEV] PHP 4.0 Bug #2769: Warning in gdttf.c From: oliver <email protected>
Date: 11/19/99

From: oliver <email protected>
Operating system: Linux 2.0.38 libc5
PHP version: 4.0 Latest CVS (19/11/1999)
PHP Bug Type: Compile Warning
Bug description: Warning in gdttf.c

gdttf.c:168: warning: static declaration for `gdImageColorResolve' follows non-static

gdImageColorResolve probably should be enclosed in

#ifndef HAVE_GDIMAGECOLORRESOLVE
#endif

as it is in gd.c

Same goes for php3 (current CVS) !

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>