You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Geoffrey Young <ge...@modperlcookbook.org> on 2004/07/06 16:24:56 UTC

Re: cvs commit: apr/test testpoll.c


jerenkrantz@apache.org wrote:
> jerenkrantz    2004/07/05 20:38:06
> 
>   Modified:    .        CHANGES configure.in
>                poll/unix poll.c
>                test     testpoll.c
>   Log:
>   Add support for KQueue and sys_epoll to apr_pollset.

this patch seems to have introduced some compile-time warnings:

poll/unix/poll.c: In function `backend_cleanup':
poll/unix/poll.c:379: warning: unused variable `pollset'
poll/unix/poll.c: In function `apr_pollset_remove':
poll/unix/poll.c:575: warning: unused variable `fd'
make[3]: *** [poll/unix/poll.lo] Error 1


--Geoff

Re: cvs commit: apr/test testpoll.c

Posted by Joe Orton <jo...@redhat.com>.
On Tue, Jul 06, 2004 at 10:24:56AM -0400, Geoffrey Young wrote:
> this patch seems to have introduced some compile-time warnings:

Fixed now, thanks Geoff.

> poll/unix/poll.c: In function `backend_cleanup':
> poll/unix/poll.c:379: warning: unused variable `pollset'
> poll/unix/poll.c: In function `apr_pollset_remove':
> poll/unix/poll.c:575: warning: unused variable `fd'
> make[3]: *** [poll/unix/poll.lo] Error 1