Miguel Botón <[email protected]> wrote:
> This patch fixes the warnings "passing argument 1 of '__memcpy' discards
> qualifiers from pointer target type" and "passing argument 2 of '__memcpy'
> discards qualifiers from pointer target type" when compiling some files.
>
> I don't really know if this is the best way but at least I don't get more
> warnings.
> +++ linux-2.6.24-rc1/fs/cifs/dir.c 2007-10-24 15:49:44.000000000 +0200
> @@ -585,6 +585,7 @@
> + unsigned char *dstname = (unsigned char *)a->name;
> @@ -593,7 +594,7 @@
> - memcpy((unsigned char *)a->name, b->name, a->len);
> + memcpy(dstname, b->name, a->len);
This looks like a compiler bug. Get the gcc people to fix it.
--
Top 100 things you don't want the sysadmin to say:
20. ...and if we just swap these two disc controllers like _this_...
Friß, Spammer: [email protected] [email protected]
-
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/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]