From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:59301 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752349Ab1LKU10 (ORCPT ); Sun, 11 Dec 2011 15:27:26 -0500 Date: Sun, 11 Dec 2011 21:27:22 +0100 From: Michal Marek Subject: Re: [PATCH] kbuild: fix warnings by specifing format arguments Message-ID: <20111211202722.GA21410@sepie.suse.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Peter Foley Cc: Linux Kernel Mailing List , Linux Kbuild Mailing List 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 > --- > scripts/kconfig/gconf.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Applied to kbuild.git#kconfig. Michal