commit | 80b68f70fd528ec8292847dc634f16eb65b45de3 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Nov 15 08:03:33 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Nov 16 21:17:46 2011 +0100 |
tree | 5b0856358f99d11bcdcc26b3c93e22f3e94690a5 | |
parent | bddf144cb638ee091556dcb4a87404b366081dba [diff] |
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>