Re: [PATCH] More compile warning fixes for 2.4.0

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 8 Jan 2001 20:17:53 +0000 (GMT)


> > - case FORE200E_STATE_BLANK:
> > + case FORE200E_STATE_BLANK:;
>
> Is this really a kernel bug? This is common idiom in C, so gcc
> shouldn't warn about it. If it does, it is a bug in gcc IMHO.

It's not valid in current ISO C. So gcc warns about it

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/