On Sat, Mar 09, 2002 at 10:54:30PM -0500, Michael G Schwern wrote:
> Still having trouble with 64bits + numconvert as last time @13911.
> They appear to be exactly the same as last time:
> http:[EMAIL PROTECTED]/msg00384.html

I've certainly not had the tuits to deal with the problem.
I don't remember there being an obvious solution.
Anyone else is welcome to solve the problem. :-)
No-one else seems to want to. :-(

> OTOH Most of the compiler warnings appear to have been cleaned up.
> There's still a handful.  The full log is attached.

I'm curious as to the cause of these:
          CCCMD =  cc -c -std -D_INTRINSICS -fprm d -ieee -I/usr/local/include -
DLANGUAGE_C -O4
cc: Warning: str.c, line 302: In this statement, the referenced type of the poin
ter value "((fp)->_ptr)" is "unsigned char", which is not compatible with "char"
 because they differ by signed/unsigned attribute. (ptrmismatch1)
        ptr = FILE_ptr(fp);             /* reregisterize cnt and ptr */
--------^
cc: Warning: str.c, line 319: In this statement, the referenced type of the poin
ter value "(char ...)ptr" is "char", which is not compatible with "unsigned char
" because they differ by signed/unsigned attribute. (ptrmismatch1)
    FILE_ptr(fp) = (STDCHAR*)ptr;

I infer it's from x2p/str.c

Nicholas Clark
-- 
Even better than the real thing:        http://nms-cgi.sourceforge.net/

Reply via email to