Re: 2.6.11.3 build problem in arch/alpha/kernel/srcons.c withgcc-4.0

From: Andrew Morton
Date: Sun Mar 20 2005 - 22:05:30 EST


Dan Kegel <dank@xxxxxxxxx> wrote:
>
> Anyone with an alpha care to suggest a fix for this?
>
> arch/alpha/kernel/srmcons.c: In function 'srmcons_open':
> arch/alpha/kernel/srmcons.c:196: warning: 'srmconsp' may be used uninitialized in this function
> make[1]: *** [arch/alpha/kernel/srmcons.o] Error 1
> make: *** [arch/alpha/kernel] Error 2
>
> I get this when building the 2.6.11.3 kernel with a recent gcc-4.0 snapshot.
>

It's beyond gcc's ability to figure out that the code is OK. Options would
be to disable -Werror, or to artificially initialise that variable.

-
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/