You must mean wait.cpp. I guess your compiler (what compiler is it?) is not smart enough to notice that the only exit path out of that function does return a value, but I'll put in an extra return to satisfy it.
On Thu, Mar 20, 2003 at 06:40:26PM -0800, Scott Maxwell wrote: > > > WaitingThread in wake.cpp looks like it is missing a return value. >
