Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752577AbaJFWTo (ORCPT ); Mon, 6 Oct 2014 18:19:44 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:38806 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751289AbaJFWTn (ORCPT ); Mon, 6 Oct 2014 18:19:43 -0400 Date: Mon, 06 Oct 2014 18:19:40 -0400 (EDT) Message-Id: <20141006.181940.852741335799941670.davem@davemloft.net> To: joe@perches.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, john.fastabend@gmail.com Subject: Re: [PATCH net-next] net: core: Quiet W=1 warnings for unused vars and static functions From: David Miller In-Reply-To: <1412633064.2916.46.camel@joe-AO725> References: <1412632298.2916.42.camel@joe-AO725> <20141006.175612.1709169088283433326.davem@davemloft.net> <1412633064.2916.46.camel@joe-AO725> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Mon, 06 Oct 2014 15:19:42 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Joe Perches Date: Mon, 06 Oct 2014 15:04:24 -0700 > On Mon, 2014-10-06 at 17:56 -0400, David Miller wrote: >> From: Joe Perches >> Date: Mon, 06 Oct 2014 14:51:38 -0700 >> >> > Reduce noise when compiling W=1. > [] >> BTW, this patch reminds me that if people think there are >> subdirectories where we can turn on things like -Werror in the >> networking I would be very happy to apply such patches. > [] >> Things like net/core/ for example should be doable for sure. > > I don't have any significant opposition to -Werror, but > I think there are real arguments _against_ using -Werror. > > I think the primary one is new compiler versions have a > tendency to add new warnings for various things that can > unnecessarily and unpredictably break the build. My experience over at least a decade with arch/sparc doesn't match your claims. -- 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/