On Tuesday 31 July 2012 09:15:49 manuel.f.zerp...@ww.stud.uni-erlangen.de 
wrote:
> From: Manuel Zerpies <manuel.f.zerp...@ww.stud.uni-erlangen.de>
> 
> 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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to