[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Wed Jun 16 09:30:17 CEST 2010


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/06/16 09:30:17

Modified files:
	cm3/m3-libs/m3core/src/unix/Common/: Usocket.c 

Log message:
	ZeroMemory is *perhaps* preferable to = { 0 } because:
	1) it portable zeros all of a union
	2) gcc warns about missing initializers
	
	Though really = { 0 } is imho a great terse portable syntax
	that isn't worth warning about, unless there is a union
	with not the largest first.




More information about the M3commit mailing list