On 18/04/2011 07:38 μμ, Stratos Psomadakis wrote:
> variable 'old' is set but not used, which results to a warning
> (-Werror=unused-but-set-variable) when compiling with gcc-4.6.0, and
> subsequent
> build failure.
> Remove the variable 'old', since it's not used anyway.
Something went wrong with
Signed-off-by: Stratos Psomadakis
--
Stratos Psomadakis
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
variable 'old' is set but not used, which results to a warning
(-Werror=unused-but-set-variable) when compiling with gcc-4.6.0, and subsequent
build failure.
Remove the variable 'old', since it's not used anyway.
---
arch/powerpc/include/asm/pgtable-ppc64.h | 13 ++---
1 files changed,