From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752428Ab1LKU1a (ORCPT ); Sun, 11 Dec 2011 15:27:30 -0500 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 To: Peter Foley Cc: Linux Kernel Mailing List , Linux Kbuild Mailing List 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: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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