From:             cole at ccdc dot cam dot ac dot uk
Operating system: IRIX 6.5.18m
PHP version:      5CVS-2005-11-07 (CVS)
PHP Bug Type:     Compile Warning
Bug description:  compiler warnings on IRIX mips-pro compiler

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 bug report at http://bugs.php.net/?id=35141&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35141&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35141&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35141&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=35141&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=35141&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=35141&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=35141&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=35141&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=35141&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=35141&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=35141&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=35141&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=35141&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35141&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=35141&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=35141&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=35141&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35141&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=35141&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35141&r=mysqlcfg

Reply via email to