On Fri, Jan 21, 2005 at 07:57:03PM +0200, Graham Leggett wrote:
> Paul Querna said:
>
> > APR and APR-Util in tar.{bz2,gz,Z} are available at:
> > http://www.apache.org/~pquerna/dev/apr-1.1.0-rc1/
>
> The following compile warnings are thrown on Solaris v2.9 for apr:
I'd guess this is not a regression but a Solaris sendfile API wart:
http://article.gmane.org/gmane.comp.apache.apr.devel/5500
> /bin/bash /usr/tmp/minfrin/apr-1.1.0/libtool --silent --mode=compile gcc
> -g -O2 -pthreads -DHAVE_CONFIG_H -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS
> -D_REENTRANT -D_LARGEFILE64_SOURCE -I./include
> -I/usr/tmp/minfrin/apr-1.1.0/include/arch/unix -I./include/arch/unix
> -I/usr/tmp/minfrin/apr-1.1.0/include -o network_io/unix/sendrecv.lo -c
> network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo
> network_io/unix/sendrecv.c: In function `apr_socket_sendfile':
> network_io/unix/sendrecv.c:863: warning: cast from pointer to integer of
> different size
> network_io/unix/sendrecv.c:887: warning: cast from pointer to integer of
> different size
>
> Regards,
> Graham
> --