On Wed, 11 Apr 2001, William A. Rowe, Jr. wrote: > Have finished win32 vc5's equivilant of -wall (/W4) ... found many patches to > apply shortly (some my own oversights), but here's one odd one I discovered. > > Oh buckets macro designer, is this is what we expected? > > apr-util\buckets\apr_buckets_socket.c(142) : warning C4702: unreachable code > apr-util\buckets\apr_buckets_simple.c(115) : warning C4702: unreachable code > apr-util\buckets\apr_buckets_simple.c(149) : warning C4702: unreachable code > apr-util\buckets\apr_buckets_pool.c(159) : warning C4702: unreachable code > apr-util\buckets\apr_buckets_pipe.c(147) : warning C4702: unreachable code > apr-util\buckets\apr_buckets_mmap.c(111) : warning C4702: unreachable code > apr-util\buckets\apr_buckets_heap.c(120) : warning C4702: unreachable code > apr-util\buckets\apr_buckets_flush.c(84) : warning C4702: unreachable code > apr-util\buckets\apr_buckets_file.c(195) : warning C4702: unreachable code > apr-util\buckets\apr_buckets_eos.c(84) : warning C4702: unreachable code > > Hopefully :-)
That looks like a bug in the compiler. That code is definately reachable. Ryan _______________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------
