Re: [PATCH] remove spare cast

Alan Cox (alan@lxorguk.ukuu.org.uk)
07 Mar 2003 12:33:42 +0000


On Fri, 2003-03-07 at 11:03, Geert Uytterhoeven wrote:
>
> This reintroduces the following warning (with gcc-2.95.2 and gcc-3.2)
>
> | drivers/ide/ide-lib.c:174: warning: comparison of distinct pointer types
> | lacks a cast
>
> which the cast was supposed to kill.

I know. Right now I don't care because I'm slowly turning all the u8 stuff
back into ints which is actually less code and faster on most processors.

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