Re: [PATCH] [prefetch.h] warning: pointer of type `void *' used inarithmetic'

From: Andrew Morton
Date: Sat Jul 03 2004 - 19:20:33 EST


Pawe__ Sikora <pluto@xxxxxxxxxxxxx> wrote:
>
> warning killed.

> --- /var/tmp/linux/include/linux/prefetch.h.orig 2004-06-16 07:20:25.000000000 +0200
> +++ /var/tmp/linux/include/linux/prefetch.h 2004-07-03 18:28:10.478861720 +0200
> @@ -59,7 +59,7 @@
> {
> #ifdef ARCH_HAS_PREFETCH
> char *cp;
> - char *end = addr + len;
> + char *end = (char *)addr + len;

What version of the compiler is generating this warning?
-
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/