From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH] sched: Remove nested extern Date: Wed, 24 Sep 2014 09:41:44 +0200 Message-ID: <20140924074144.GA3467@gmail.com> References: <20140922175511.62229.98784.stgit@mdrustad-wks.jf.intel.com> <20140922190128.GA2805@worktop.programming.kicks-ass.net> <20140922200527.GA3128@worktop.programming.kicks-ass.net> <20140922212105.GD3128@worktop.programming.kicks-ass.net> <9C9DCC69-1F75-4241-A022-FFB9B6A11AC5@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-wi0-f174.google.com ([209.85.212.174]:45207 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752089AbaIXHlt (ORCPT ); Wed, 24 Sep 2014 03:41:49 -0400 Content-Disposition: inline In-Reply-To: <9C9DCC69-1F75-4241-A022-FFB9B6A11AC5@intel.com> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: "Rustad, Mark D" Cc: Peter Zijlstra , "sparse@chrisli.org" , "linux-kernel@vger.kernel.org" , "richard.weinberger@gmail.com" , "linux-sparse@vger.kernel.org" , "mingo@redhat.com" , "Kirsher, Jeffrey T" , "computersforpeace@gmail.com" * Rustad, Mark D wrote: > On Sep 22, 2014, at 2:21 PM, Peter Zijlstra wrote: > > > On Mon, Sep 22, 2014 at 08:59:32PM +0000, Rustad, Mark D wrote: > >> Because I have found that enabling many warnings helps identify problems > >> in code and it has been my standard practice since about 1999 to do so. > >> The compiler warnings are really just another form of static analysis, > >> and I use it routinely on every compile. Here is how routinely: I have > >> W=1 in my environment, W=12 is just too painful. I would change that > >> default to W=12 if it wasn't insane to do so. > > > > Many warnings are just plain insane and stupid. They're not > > helping anybody. There's a very good reason many are > > disabled. I'm sure you can find some entertaining discussions > > on the topic if you search the LKML archives. > > That is what I used to think. -Wshadow for example. What's the > problem? [...] Then please add it to the default build. There are some warnings that used to be crap but have been improved over the year - enable them one by one, with good case by case justification and analysis. Just going after all W=2 warnings is insane. Thanks, Ingo