On Sun, 29 Apr 2007 17:36:01 -0400 Dave Jones <[EMAIL PROTECTED]> wrote:
> On Sun, Apr 29, 2007 at 02:24:40AM -0700, Andrew Morton wrote: > > On Sun, 29 Apr 2007 08:50:49 +0200 Borislav Petkov <[EMAIL PROTECTED]> > wrote: > > > > > Introduce a macro for suppressing gcc from generating a warning about a > probable > > > unitialized state of a variable. > > > > I ended up doing the below. > > > > It's better to make this a per-compiler-version thing: later versions of > > gcc might need different tricks, or might provide __attribute__((stfu)) or > > whatever. > > __attribute__((unused)) ? That'll prevent unused-variable warnings, but there doesn't appear to be an attribute to prevent might-be-used-uninitialized warnings. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/