forked from len0rd/rockbox
Fix last charcell warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30307 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3fe7b0f88
commit
9b9bd73dfb
1 changed files with 3 additions and 0 deletions
|
@ -453,6 +453,9 @@ int evaluate_conditional(struct gui_wps *gwps, int offset,
|
|||
void write_line(struct screen *display, struct align_pos *format_align,
|
||||
int line, bool scroll, unsigned style)
|
||||
{
|
||||
#ifndef HAVE_LCD_BITMAP
|
||||
(void)style;
|
||||
#endif
|
||||
int left_width = 0, left_xpos;
|
||||
int center_width = 0, center_xpos;
|
||||
int right_width = 0, right_xpos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue