On Sun, Mar 04, 2007 at 09:44:04PM +0900, Junichi Uekawa wrote: > > --- /tmp/vVbnTESpNT/cowdancer-0.24/Makefile 2006-07-01 > > 05:23:20.000000000 +0000 > > +++ /tmp/8MqBhzX6i5/cowdancer-0.25/Makefile 2006-12-31 > > 06:53:04.000000000 +0000 > > @@ -28,7 +28,7 @@ > > gcc -D_REENTRANT -fPIC $< -o $@ -c -Wall -O2 -g > > > > %.o: %.c > > - gcc $< -o $@ -c -Wall -O2 -g > > + gcc $< -o $@ -c -Wall -O2 -g -fno-strict-aliasing > > > > clean: > > -rm -f *~ *.o *.lo $(BINARY) > > > > What is the reason for this change, not documented in the Debian changelog?
> This is to shut up a compiler warning on x86_64. Non-user visible > changes are not documented in debian changelog. Well, I'm not certain myself that this is completely user-invisible, but unblocked anyway. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

