1
0
Fork 0
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:
Frank Gevaerts 2011-08-14 14:13:16 +00:00
parent c3fe7b0f88
commit 9b9bd73dfb

View file

@ -453,6 +453,9 @@ int evaluate_conditional(struct gui_wps *gwps, int offset,
void write_line(struct screen *display, struct align_pos *format_align, void write_line(struct screen *display, struct align_pos *format_align,
int line, bool scroll, unsigned style) int line, bool scroll, unsigned style)
{ {
#ifndef HAVE_LCD_BITMAP
(void)style;
#endif
int left_width = 0, left_xpos; int left_width = 0, left_xpos;
int center_width = 0, center_xpos; int center_width = 0, center_xpos;
int right_width = 0, right_xpos; int right_width = 0, right_xpos;