Re: [U-Boot] [PATCH 03/10] board/ronetix/pm9263/pm9263.c: Fix GCC 4.6 warning

2011-11-22 Thread Heiko Schocher
Hello Anatolij, Anatolij Gustschin wrote: > Fix: > pm9263.c: In function 'pm9263_lcd_hw_psram_init': > pm9263.c:167:20: warning: variable 'x' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Anatolij Gustschin > --- > board/ronetix/pm9263/pm9263.c | 13 ++--- > 1 file

[U-Boot] [PATCH 03/10] board/ronetix/pm9263/pm9263.c: Fix GCC 4.6 warning

2011-11-19 Thread Anatolij Gustschin
Fix: pm9263.c: In function 'pm9263_lcd_hw_psram_init': pm9263.c:167:20: warning: variable 'x' set but not used [-Wunused-but-set-variable] Signed-off-by: Anatolij Gustschin --- board/ronetix/pm9263/pm9263.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/boar