ID:               35141
 Updated by:       [EMAIL PROTECTED]
 Reported By:      cole at ccdc dot cam dot ac dot uk
-Status:           Open
+Status:           Wont fix
 Bug Type:         Compile Warning
 Operating System: IRIX 6.5.18m
 PHP Version:      5CVS-2005-11-07 (CVS)
 New Comment:

Those warnings are harmless. And I thought you had some compile
_errors_. warnings are not such.


Previous Comments:
------------------------------------------------------------------------

[2005-11-07 18:35:20] 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 ....






------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35141&edit=1

Reply via email to