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.
VC6.
Thanks.
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.