Re: [U-Boot] [PATCH 12/14] arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning

2011-12-01 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1322641077-829-13-git-send-email...@denx.de> you wrote: > Fix: > cpu.c: In function 'checkcpu': > cpu.c:51:7: warning: variable 'ver' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > Cc: Kumar Gala > --- > total: 0 errors, 0 warni

Re: [U-Boot] [PATCH 12/14] arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning

2011-11-30 Thread Kumar Gala
On Nov 30, 2011, at 2:17 AM, Wolfgang Denk wrote: > Fix: > cpu.c: In function 'checkcpu': > cpu.c:51:7: warning: variable 'ver' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > Cc: Kumar Gala > --- > total: 0 errors, 0 warnings, 21 lines checked > NOTE: Ignored

[U-Boot] [PATCH 12/14] arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning

2011-11-30 Thread Wolfgang Denk
Fix: cpu.c: In function 'checkcpu': cpu.c:51:7: warning: variable 'ver' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk Cc: Kumar Gala --- total: 0 errors, 0 warnings, 21 lines checked NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX MULTISTATEMENT_MAC