Re: [U-Boot] [PATCH 07/14] board/sandburst/common/flash.c: Fix GCC 4.6 build warning

2011-12-01 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1322641077-829-8-git-send-email...@denx.de> you wrote: > Fix: > ../common/flash.c: In function 'flash_erase': > ../common/flash.c:307:24: warning: variable 'l_sect' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > Cc: Travis Sawyer

Re: [U-Boot] [PATCH 07/14] board/sandburst/common/flash.c: Fix GCC 4.6 build warning

2011-12-01 Thread Marek Vasut
> Fix: > ../common/flash.c: In function 'flash_erase': > ../common/flash.c:307:24: warning: variable 'l_sect' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > Cc: Travis Sawyer > --- > total: 0 errors, 0 warnings, 23 lines checked > NOTE: Ignored message types: C

[U-Boot] [PATCH 07/14] board/sandburst/common/flash.c: Fix GCC 4.6 build warning

2011-11-30 Thread Wolfgang Denk
Fix: ../common/flash.c: In function 'flash_erase': ../common/flash.c:307:24: warning: variable 'l_sect' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk Cc: Travis Sawyer --- total: 0 errors, 0 warnings, 23 lines checked NOTE: Ignored message types: COMPLEX_MACRO CONSIDE