[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060927214719.cbeebaf4.akpm@osdl.org>
Date: Wed, 27 Sep 2006 21:47:19 -0700
From: Andrew Morton <akpm@...l.org>
To: Jeff Garzik <jeff@...zik.org>
Cc: linux-scsi@...r.kernel.org, Greg KH <greg@...ah.com>,
LKML <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...l.org>
Subject: Re: [PATCH] Illustration of warning explosion silliness
On Thu, 28 Sep 2006 00:42:24 -0400
Jeff Garzik <jeff@...zik.org> wrote:
> This thing introduces endless build noise we won't
> kill for years, making it much harder to spot much more serious stuff.
That's true, and it hurt. But there are a lot of real bugs in there.
I thought of adding a stricter __must_check like
#ifdef CONFIG_MUST_CHECK_ANAL
#define __must_check_anal __must_check
#else
#define __must_check_anal
#endif
which we can still do, of course.
But it'd be better to fix the bugs...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists