these modern compilers have no respect for code from 2009.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1886096 13f79535-47bb-0310-9956-
ffa450edef68
apr_status_t rv;
int good_methods[] = {APR_POLLSET_KQUEUE, APR_POLLSET_PORT, APR_POLLSET_EPOLL};
- for (i = 0; i < sizeof(good_methods) / sizeof(void*); i++) {
+ for (i = 0; i < sizeof(good_methods) / sizeof(good_methods[0]); i++) {
/* pqXXXXX: make size of pollcb configrable or dynamic */
rv = apr_pollcb_create_ex(&sc->pollcb, 512,
sc->pool, APR_POLLSET_NODEFAULT, good_methods[i]);