Re: [PATCH] kbuild: fix warnings by specifing format arguments

From: Michal Marek
Date: Sun Dec 11 2011 - 15:27:29 EST


On Sat, Oct 22, 2011 at 01:19:02PM -0400, Peter Foley wrote:
> Specify format arguments to fix warnings.
>
> HOSTCC scripts/kconfig/gconf.o
> /usr/src/lto/scripts/kconfig/gconf.c: In function 'on_introduction1_activate':
> /usr/src/lto/scripts/kconfig/gconf.c:686:6: warning: format not a string literal and no format arguments
> /usr/src/lto/scripts/kconfig/gconf.c: In function 'on_about1_activate':
> /usr/src/lto/scripts/kconfig/gconf.c:704:6: warning: format not a string literal and no format arguments
> /usr/src/lto/scripts/kconfig/gconf.c: In function 'on_license1_activate':
> /usr/src/lto/scripts/kconfig/gconf.c:723:6: warning: format not a string literal and no format arguments
>
> Signed-off-by: Peter Foley <pefoley2@xxxxxxxxxxx>
> ---
> scripts/kconfig/gconf.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)

Applied to kbuild.git#kconfig.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/