On Saturday 31 July 2010, Philip M. Gollucci wrote: > http://p6m7g8.net/~pgollucci/sb/ > > I might take a stab at some of these next week. > > $ ./buildconf > $ scan-build ./configure > $ scan-build make -j12
One more issue found by gcc: Error handling in apr_memcache.c is broken: apr/memcache/apr_memcache.c:793: warning: comparison of unsigned expression < 0 is always false apr/memcache/apr_memcache.c:1368: warning: comparison of unsigned expression >= 0 is always true