]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
auto_update.c: Fix GCC 4.6 build warnings
authorStefan Roese <sr@denx.de>
Tue, 15 Nov 2011 08:03:33 +0000 (08:03 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:17:46 +0000 (21:17 +0100)
commit80b68f70fd528ec8292847dc634f16eb65b45de3
tree5b0856358f99d11bcdcc26b3c93e22f3e94690a5
parentbddf144cb638ee091556dcb4a87404b366081dba
auto_update.c: Fix GCC 4.6 build warnings

Fix:
../common/auto_update.c: In function 'au_check_header_valid':
../common/auto_update.c:94:16: warning: variable 'checksum' set but not used [-Wunused-but-set-variable]
../common/auto_update.c: In function 'do_auto_update':
../common/auto_update.c:400:30: warning: variable 'got_ctrlc' set but not used [-Wunused-but-set-variable]

Signed-off-by: Stefan Roese <sr@denx.de>
board/esd/common/auto_update.c