Re: [U-Boot] [PATCH] common/cmd_bootm.c: Fix GCC 4.6 warning

2012-05-22 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1337441899-7363-1-git-send-email-ag...@denx.de> you wrote: > cmd_bootm.c: In function 'do_bootz': > cmd_bootm.c:1590:9: warning: variable 'iflag' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Anatolij Gustschin > --- > This is needed after

[U-Boot] [PATCH] common/cmd_bootm.c: Fix GCC 4.6 warning

2012-05-19 Thread Anatolij Gustschin
cmd_bootm.c: In function 'do_bootz': cmd_bootm.c:1590:9: warning: variable 'iflag' set but not used [-Wunused-but-set-variable] Signed-off-by: Anatolij Gustschin --- This is needed after merging the pending ARM pull request. common/cmd_bootm.c |3 +-- 1 files changed, 1 insertions(+), 2 del