]> Pileus Git - ~andy/linux/commit
kconfig: fix warnings by specifing format arguments
authorPeter Foley <pefoley2@verizon.net>
Sat, 22 Oct 2011 17:19:02 +0000 (13:19 -0400)
committerMichal Marek <mmarek@suse.cz>
Sun, 11 Dec 2011 20:25:54 +0000 (21:25 +0100)
commita7d6f6e407d617da7a3cda8865e593523eb6ee80
tree4386be310d952ad1e3f1ec256c5fd7d58aefbe67
parent93072c3ecafcf188390750cc755185f3150736b9
kconfig: fix warnings by specifing format arguments

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@verizon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/gconf.c