[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: CVS update: subversion/subversion/libsvn_subr svn_string.c

From: Bill Tutt <billtut_at_microsoft.com>
Date: 2000-10-14 04:53:42 CEST

Casts are indeed nasty things, and casts to (void *) are especially nasty,
especially if you want SVN to compile safely under
-fstrict-aliasing in gcc.

See http://gcc.gnu.org/onlinedocs/gcc_2.html#SEC11 and the commentary on
-fstrict-aliasing.

Bill
Received on Sat Oct 21 14:36:11 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.