Re: [U-Boot] [PATCH 2/2] post/post.c: fix GCC 4.6 build warnings

2011-11-03 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1319917343-14604-2-git-send-email...@denx.de> you wrote: > Fix: > post.c: In function 'post_log': > post.c:425:7: warning: variable 'i' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > --- > post/post.c |3 +-- > 1 files chang

[U-Boot] [PATCH 2/2] post/post.c: fix GCC 4.6 build warnings

2011-10-29 Thread Wolfgang Denk
Fix: post.c: In function 'post_log': post.c:425:7: warning: variable 'i' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk --- post/post.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/post/post.c b/post/post.c index ab8e959..0e67ad7 100644 --