Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
1c6232f1
Commit
1c6232f1
authored
Jul 27, 2009
by
Jens Scharsig
Committed by
Wolfgang Denk
Aug 09, 2009
Browse files
bus_vcxk.c: fix warning: unused variable 'lineptr'
Signed-off-by:
Jens Scharsig
<
esw@bus-elektronik.de
>
parent
18304f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/video/bus_vcxk.c
View file @
1c6232f1
...
...
@@ -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'
)
&&
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment