mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-28 15:37:23 +01:00
bus_vcxk.c: fix warning: unused variable 'lineptr'
Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
This commit is contained in:
parent
18304f7675
commit
1c6232f1e2
1 changed files with 0 additions and 1 deletions
|
|
@ -380,7 +380,6 @@ int vcxk_display_bitmap(ulong addr, int x, int y)
|
|||
unsigned long c_width;
|
||||
unsigned long c_height;
|
||||
unsigned char *dataptr;
|
||||
unsigned char *lineptr;
|
||||
|
||||
bmp = (bmp_image_t *) addr;
|
||||
if ((bmp->header.signature[0] == 'B') &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue