On Tuesday 31 July 2012 09:15:49 [email protected] 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,) -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
