[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Thu Jul 15 13:26:42 CEST 2010


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/07/15 13:26:42

Modified files:
	cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThreadC.c 

Log message:
	cc: Warning: ThreadPThreadC.c, line 170: In this statement, & before array "jb" is ignored. (addrarray)
	p(&jb, ((char *)&jb) + sizeof(jb));
	------^
	cc: Warning: ThreadPThreadC.c, line 170: In this statement, & before array "jb" is ignored. (addrarray)
	p(&jb, ((char *)&jb) + sizeof(jb));
	--------------------^
	
	jb may or may not be an array, & is necessary, wrap it in struct.




More information about the M3commit mailing list