php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2769 Warning in gdttf.c
Submitted: 1999-11-19 19:33 UTC Modified: 1999-11-21 05:08 UTC
From: oliver at billix dot franken dot de Assigned:
Status: Closed Package: Compile Warning
PHP Version: 4.0 Latest CVS (19/11/1999) OS: Linux 2.0.38 libc5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
36 + 41 = ?
Subscribe to this entry?

 
 [1999-11-19 19:33 UTC] oliver at billix dot franken dot de
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) !

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-21 05:08 UTC] rasmus at cvs dot php dot net
Fixed in both PHP 3 and 4 CVS trees
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 21:01:28 2024 UTC