You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rodent of Unusual Size <Ke...@Golux.Com> on 1998/02/12 16:23:36 UTC

Warning compiling with DU 3.2 cc in buff.c

I haven't looked into this at all, but I think it's a fairly
recent development:

cc -c  -I../os/unix -I../include   -O0 -g2 -DOSF1 -DSTATUS -DUSE_HSREGEX  
buff.c
/usr/lib/cmplrs/cc/cfe: Warning: buff.c, line 456: Incompatible pointer type
assignment
     strp = &fb->outbase[fb->outchunk + i];
 ---------^

Digital UNIX V3.2G, bundled ANSI C compiler.

#ken	P-)}

Re: Warning compiling with DU 3.2 cc in buff.c

Posted by Dean Gaudet <dg...@arctic.org>.
Fixed.

Dean

On Thu, 12 Feb 1998, Rodent of Unusual Size wrote:

> I haven't looked into this at all, but I think it's a fairly
> recent development:
> 
> cc -c  -I../os/unix -I../include   -O0 -g2 -DOSF1 -DSTATUS -DUSE_HSREGEX  
> buff.c
> /usr/lib/cmplrs/cc/cfe: Warning: buff.c, line 456: Incompatible pointer type
> assignment
>      strp = &fb->outbase[fb->outchunk + i];
>  ---------^
> 
> Digital UNIX V3.2G, bundled ANSI C compiler.
> 
> #ken	P-)}
>