On 02/13/2009 01:25 PM, [email protected] wrote: > Author: mturk > Date: Fri Feb 13 12:25:00 2009 > New Revision: 744096 > > URL: http://svn.apache.org/viewvc?rev=744096&view=rev > Log: > Implement providers for apr_pollset and apr_pollcb. > Add common files > > Added: > apr/apr/trunk/poll/unix/pollcb.c (with props) > apr/apr/trunk/poll/unix/pollset.c (with props)
There is a bunch of warnings emitted here: poll/unix/poll.c: In function 'impl_pollset_poll': poll/unix/poll.c:269: warning: suggest parentheses around assignment used as truth value poll/unix/poll.c: In function 'impl_pollcb_poll': poll/unix/poll.c:366: warning: unused variable 'j' poll/unix/pollcb.c: In function 'apr_pollcb_create_ex': poll/unix/pollcb.c:57: warning: enumeration value 'APR_POLLSET_DEFAULT' not handled in switch poll/unix/pollcb.c:57: warning: enumeration value 'APR_POLLSET_SELECT' not handled in switch poll/unix/pollcb.c:102: warning: enumeration value 'APR_POLLSET_DEFAULT' not handled in switch poll/unix/pollcb.c:102: warning: enumeration value 'APR_POLLSET_SELECT' not handled in switch poll/unix/pollset.c: In function 'apr_pollset_create_ex': poll/unix/pollset.c:169: warning: enumeration value 'APR_POLLSET_DEFAULT' not handled in switch poll/unix/pollset.c:222: warning: enumeration value 'APR_POLLSET_DEFAULT' not handled in switch poll/unix/pollset.c: In function 'apr_poll_method_defname': poll/unix/pollset.c:276: warning: enumeration value 'APR_POLLSET_DEFAULT' not handled in switch Regards RĂ¼diger
