]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: tsi148 - fix gcc 4.6 compiler warning
authorKim Phillips <kim.phillips@freescale.com>
Tue, 15 Nov 2011 23:02:23 +0000 (23:02 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:42:17 +0000 (21:42 +0100)
commite1a37f8599d2ffbee37f23ee1b8760faf2e1f026
treede70ac0a5cafbebdc7ef6e865d6a75eb6055537b
parent67eee06cf13ccbfa839979996dedd394f28462e6
common: tsi148 - fix gcc 4.6 compiler warning

Configuring for vme8349 board...
cmd_tsi148.c: In function 'tsi148_init':
cmd_tsi148.c:56:17: warning: variable 'lastError' set but not used [-Wunused-but-set-variable]

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
common/cmd_tsi148.c