Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752697AbZFZWNc (ORCPT ); Fri, 26 Jun 2009 18:13:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751618AbZFZWNZ (ORCPT ); Fri, 26 Jun 2009 18:13:25 -0400 Received: from pfepb.post.tele.dk ([195.41.46.236]:60977 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751432AbZFZWNY (ORCPT ); Fri, 26 Jun 2009 18:13:24 -0400 Date: Sat, 27 Jun 2009 00:15:45 +0200 From: Sam Ravnborg To: Pekka J Enberg Cc: Floris Kraak , Alan Cox , Linux Kernel Mailing List , Trivial Patch Monkey , Andrew Morton , Al Viro Subject: Re: [PATCH] Kbuild: Disable the -Wformat-security gcc flag Message-ID: <20090626221545.GE26451@uranus.ravnborg.org> References: <56e1b5710902040628w5ceb36f5kdb1f433087355f80@mail.gmail.com> <84144f020905150323m76cdd775p87abec356e355d37@mail.gmail.com> <56e1b5710905150628w912759an21c82efc3fae7f4a@mail.gmail.com> <20090614205002.GE3187@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 869 Lines: 20 On Mon, Jun 15, 2009 at 08:54:02AM +0300, Pekka J Enberg wrote: > From: Floris Kraak > > Some distributions have enabled the gcc flag -Wformat-security by default. > This results in a number of warnings about format arguments to functions, > sometimes in cases where fixing the warning is not likely to actually fix a > bug. Instead of hand patching a dozens of places (possibly more) that produce > warnings that get ignored anyway we just turn off the flag in the Makefile. > > Signed-off-by: Floris Kraak > Signed-off-by: Pekka Enberg Applied. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/