On Fri, Sep 13, 2002 at 01:16:48AM -0700, Justin Erenkrantz wrote: > - apr/shmem/unix/shm.c - lots of code fragments result in unreachable > code because we use #ifdef's and then after all the #ifdef's we > return APR_ENOTIMPL. Therefore, this results in the final return > being unreachable (all code paths return before we hit the final > APR_ENOTIMPL). We really should be able to catch this not-impl > case at pre-processor time, but some of the conditions are really > convoluted.
I can take a look at this, I know the code pretty well. -aaron