]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
post/post.c: fix GCC 4.6 build warnings
authorWolfgang Denk <wd@denx.de>
Sat, 29 Oct 2011 09:42:23 +0000 (09:42 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 3 Nov 2011 19:44:18 +0000 (20:44 +0100)
commit4d6402b012b074f4658785773c97745963c52dc5
tree00d2353383bab36acd369bfda8ab548918b3ab40
parent50da8376630fb140067d8544293324f4f170c928
post/post.c: fix GCC 4.6 build warnings

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 <wd@denx.de>
post/post.c