Re: [U-Boot] [PATCH 16/56] drivers/video/cfb_console.c:Fix GCC 4.6 build warning

2011-11-07 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1320458160-23136-17-git-send-email...@denx.de> you wrote: > Silence this warning: > cfb_console.c: In function 'video_logo': > cfb_console.c:1563:18: warning: variable 'y_off' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > Cc: An

Re: [U-Boot] [PATCH 16/56] drivers/video/cfb_console.c:Fix GCC 4.6 build warning

2011-11-06 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 16/56] drivers/video/cfb_console.c:Fix GCC 4.6 build warning

2011-11-04 Thread Wolfgang Denk
Silence this warning: cfb_console.c: In function 'video_logo': cfb_console.c:1563:18: warning: variable 'y_off' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk Cc: Anatolij Gustschin --- drivers/video/cfb_console.c |4 +++- 1 files changed, 3 insertions(+), 1 delet