]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
GCC4.6: Squash warnings in lcd.c
authorMarek Vasut <marek.vasut@gmail.com>
Mon, 26 Sep 2011 00:26:04 +0000 (02:26 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 1 Oct 2011 21:26:35 +0000 (23:26 +0200)
commitbe547c6db32dce6bb5644d11f9efee0944434ac6
treeab9df8debd3a9766417ef6bebf841b1443fe64b2
parent7fcd9bbd6f0a69fb41b097cc8fd11d1ef21519e8
GCC4.6: Squash warnings in lcd.c

lcd.c: In function ‘lcd_drawchars’:
lcd.c:214:9: warning: variable ‘off’ set but not used
[-Wunused-but-set-variable]
lcd.c: In function ‘lcd_display_bitmap’:
lcd.c:617:16: warning: variable ‘compression’ set but not used
[-Wunused-but-set-variable]

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
common/lcd.c