svn commit: trunk/busybox/networking

Denis Vlasenko vda.linux at googlemail.com
Sun Jan 28 17:25:38 UTC 2007


On Sunday 28 January 2007 17:57, Bernhard Fischer wrote:
> On Sun, Jan 28, 2007 at 08:07:45AM -0800, vda at busybox.net wrote:
> >Author: vda
> >Date: 2007-01-28 08:07:45 -0800 (Sun, 28 Jan 2007)
> >New Revision: 17601
> >
> >Log:
> >work around gcc bug
> 
> This is not a bug. If you need a writeable location that is aligned
> properly, then you have to either allocate it yourself or use something
> that is writeable, fwiw.

Then why gcc doesn't warn me when I assign "const char*" to "char*"?
--
vda



More information about the busybox mailing list