Re: 2.6.14 assorted warnings

From: Al Viro
Date: Sun Oct 30 2005 - 19:57:33 EST


On Mon, Oct 31, 2005 at 11:53:27AM +1100, Paul Mackerras wrote:
> Gcc will warn on the use of x when in fact it is perfectly OK, and we
> get quite a few of these in compiling a kernel. At a minimum, I would
> like to be able to disable the "may be used uninitialized" warnings
> while still getting the "is used uninitialized" warnings.

Quite. "may be used uninitialized" has _way_ too low S/N ratio - absolute
majority of these warnings are bogus. Moreover, several very common use
patterns reliably trigger them.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/