A few warnings that have shown up on Solaris 2.6 sometime within the last
few weeks:
thread.c: In function `apr_thread_once_init':
thread.c:261: warning: missing braces around initializer
thread.c:261: warning: (near initialization for
`once_init.__pthread_once_pad')
This one seems to maybe be a header bug? It definitely needs another set
of {}'s in there, but adding them on our end will break other platforms
(eg linux). Wouldn't be the first time Solaris 2.6's header files did
something silly. Maybe we should deal with this in APR? It might not be
worth it... it's only a warning, and I think it only shows up in
maintainer mode anyhow.
thread_rwlock.c:224: warning: no previous prototype for
`apr_thread_rwlock_lock'
This should be easy to fix.
proxy_ftp.c: In function `ap_proxy_ftp_handler':
proxy_ftp.c:800: warning: subscript has type `char'
I looked at this... I must be missing something, but I swear I don't see
what the problem is. Anyone?
--Cliff
--------------------------------------------------------------
Cliff Woolley
[EMAIL PROTECTED]
Charlottesville, VA