On Friday 03 August 2012 00:06:07 Mike Frysinger wrote: > On Tuesday 31 July 2012 09:15:49 manuel.f.zerpies wrote: > > From: Manuel Zerpies <[email protected]> > > > > compiling with gcc >= 4.4.3 the warning "format not a string literal > > and no format arguments" is thrown. This patch fixes that. > > your compiler is inserting that flag. probably better to add to the top > level build something like: > CFLAGS += $(call cc-option,-Wno-format-security,)
in case people hadn't noticed, i pushed this fix to master some time ago. so there is no need for these mechanical changes that bloat the object code. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
