[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Thu Jul 15 13:29:49 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/07/15 13:29:49
Modified files:
cm3/m3-libs/libm3/src/os/POSIX/: FSPosixC.c
Log message:
cc: Warning: FSPosixC.c, line 35: In this statement, & before array "t" is ignored. (addrarray)
ZeroMemory(&t, sizeof(t));
----^
says the OSF1v4 compiler; in this case the array-ness is plain to see
so we can safely portably remove the ampersand, and it makes
no difference. Thank you compiler..
More information about the M3commit
mailing list