[PATCH 1/3] fix literal error warning

Mike Frysinger vapier at gentoo.org
Fri Aug 3 04:06:07 UTC 2012


On Tuesday 31 July 2012 09:15:49 manuel.f.zerpies at ww.stud.uni-erlangen.de 
wrote:
> From: Manuel Zerpies <manuel.f.zerpies at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20120803/da7d6a15/attachment.asc>


More information about the busybox mailing list