All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: [git patches] two warning fixes
Date: Thu, 19 Jul 2007 19:20:37 +0100	[thread overview]
Message-ID: <20070719192037.687e3608@oldman> (raw)
In-Reply-To: <alpine.LFD.0.999.0707191100480.27353@woody.linux-foundation.org>

On Thu, 19 Jul 2007 11:04:29 -0700 (PDT)
Linus Torvalds <torvalds@linux-foundation.org> wrote:

> 
> 
> On Thu, 19 Jul 2007, Krzysztof Halasa wrote:
> >
> > Jeff Garzik <jeff@garzik.org> writes:
> > 
> > > My overall goal is killing useless warnings
> > > that continually obscure real ones.
> > 
> > Precisely, the goal should be to make must_check (and similar things)
> > warn only in real cases.
> 
> .. the problem with that mentality is that it's not how people work.
> 
> People shut up warnings by adding code.
> 
> Adding code tends to add bugs.
> 
> People don't generally think "maybe that warning was bogus".
> 
> More people *should* generally ask themselves: "was the warning worth it?" 
> and then, if the answer is "no", they shouldn't add code, they should 
> remove the thing that causes the warning in the first place.
> 
> For example, for compiler options, the correct thign is often to just say 
> "that option was broken", and not use "-fsign-warning", for example. We've 
> literally have had bugs *added* because people "fixed" a sign warning. 
> More than once, in fact.
> 
> Every time you see a warning, you should ask yourself: is the warning 
> interesting, correct and valid? And if it isn't all three, then the 
> problem is whatever *causes* the warning, not the code itself.
> 
> 			Linus

Can we ever get the gcc developers to fix all the bogus warnings
about variables that "might not be set"?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

  reply	other threads:[~2007-07-19 18:20 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-18 23:55 [git patches] two warning fixes Jeff Garzik
2007-07-18 23:55 ` Jeff Garzik
2007-07-18 23:59 ` Andi Kleen
2007-07-19  0:05   ` Jeff Garzik
2007-07-19  1:19     ` Benjamin Herrenschmidt
2007-07-19  1:19       ` Benjamin Herrenschmidt
2007-07-19  1:41       ` Andrew Morton
2007-07-19  1:41         ` Andrew Morton
2007-07-19  1:50         ` Linus Torvalds
2007-07-19  2:05           ` Benjamin Herrenschmidt
2007-07-19  2:05             ` Benjamin Herrenschmidt
2007-07-19  2:36           ` Andrew Morton
2007-07-19  1:37 ` Linus Torvalds
2007-07-19  2:32   ` Jeff Garzik
2007-07-19  2:32     ` Jeff Garzik
2007-07-19 13:40     ` Krzysztof Halasa
2007-07-19 18:04       ` Linus Torvalds
2007-07-19 18:04         ` Linus Torvalds
2007-07-19 18:20         ` Stephen Hemminger [this message]
2007-07-20 18:34         ` Krzysztof Halasa
2007-07-21  0:32           ` Benjamin Herrenschmidt
2007-07-21  0:32             ` Benjamin Herrenschmidt
2007-07-22  4:03             ` Jeff Garzik
2007-07-22  4:03               ` Jeff Garzik
2007-07-22 21:29               ` Benjamin Herrenschmidt
2007-07-22 21:29                 ` Benjamin Herrenschmidt
2007-07-23  3:26         ` Kyle Moffett
2007-07-19 13:38   ` Krzysztof Halasa
2007-07-19 18:00     ` Linus Torvalds
2007-07-19 18:00       ` Linus Torvalds
2007-07-20 12:54       ` Tim Tassonis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070719192037.687e3608@oldman \
    --to=shemminger@linux-foundation.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.