Re: [patch 1/2] cciss: cleans up warnings in the 32/64 bit conversions

From: Maciej W. Rozycki
Date: Fri Oct 22 2004 - 16:16:55 EST


On Fri, 22 Oct 2004, mikem wrote:

> > These constructs (casts as lvalues) are deprecated with GCC 3.4 (a
> > warning is triggered) and no longer supported with 4.0. Please consider
> > rewriting -- you'll probably need an auxiliary variable.
[...]
> Is this documented somewhere?

Sure:

http://gcc.gnu.org/gcc-3.4/changes.html

http://gcc.gnu.org/gcc-4.0/changes.html

Plus reported zillion of times here and elsewhere.

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