php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35141 compiler warnings on IRIX mips-pro compiler
Submitted: 2005-11-07 18:35 UTC Modified: 2005-11-08 10:45 UTC
From: cole at ccdc dot cam dot ac dot uk Assigned:
Status: Wont fix Package: Compile Warning
PHP Version: 5CVS-2005-11-07 (CVS) OS: IRIX 6.5.18m
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: cole at ccdc dot cam dot ac dot uk
New email:
PHP Version: OS:

 

 [2005-11-07 18:35 UTC] cole at ccdc dot cam dot ac dot uk
Description:
------------
I was asked to submit this as follow up to bug #35088

the mips-pro compiler throws up quite a lot of warnings when building PHP. The build log is very large so I suggest that I mail it to you separately if you would like it.

Nearly all of the warnings are to do with type incompatibility:

cc-1164 cc: WARNING File = /home/cole/php5-200511071130/ext/dom/element.c, Line 
= 591
  Argument of type "char *" is incompatible with parameter of type "xmlChar *".

But there are some others too, e.g.:

cc-1183 cc: WARNING File = /home/cole/php5-200511071130/ext/standard/ftp_fopen_w
rapper.c, Line = 619
  An unsigned integer is being compared to zero.

        while (tmp_len >= 0 &&


The above condition is always true ....





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-07 21:35 UTC] sniper@php.net
Those warnings are harmless. And I thought you had some compile _errors_. warnings are not such.
 [2005-11-08 10:45 UTC] cole at ccdc dot cam dot ac dot uk
Sorry for the confusion: The reason I thought that you wanted the compile warnings is that the error is something that I diagnosed myself from earlier bug reports either to do with sed or shell (see for example bug #21142) - I did actually mention this in the original report so I therefore assumed you were interested in the 541 warnings I get (!!!)

I guess if you are all happy to assume that they are all ok,  then that's the end of it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 06:01:28 2024 UTC