Re: [PATCH 1/1] ppc64: fix build error when compiling with gcc-4.6.0

2011-04-18 Thread Stratos Psomadakis
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

Re: [PATCH 1/1] ppc64: fix build error when compiling with gcc-4.6.0

2011-04-18 Thread Stratos Psomadakis
Signed-off-by: Stratos Psomadakis -- Stratos Psomadakis ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH 1/1] ppc64: fix build error when compiling with gcc-4.6.0

2011-04-18 Thread Stratos Psomadakis
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,