[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sat Jun 12 16:48:14 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/06/12 16:48:14
Modified files:
cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThreadC.c
Log message:
make ThreadPThread__RestartThread and ThreadPThread__SuspendThread,
as Tru64 cc complains that they weren't returning anything.
Note we are playing just slightly fast/loose here.
They are declared as returning BOOLEAN in the *.i3 files.
But these versions just abort() and should never be called.
You know, like, sometimes there is a "noreturn" marker
on abort, sometimes not. That's why other compilers
haven't been warning here.
More information about the M3commit
mailing list