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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: oliver at billix dot franken dot de
New email:
PHP Version: OS:

 

 [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: Fri Mar 29 09:01:28 2024 UTC