forked from len0rd/rockbox
last warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30591 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b71c66ec56
commit
0c521cffd4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ static int screen_helper_getnblines(void)
|
||||||
|
|
||||||
void screen_helper_setfont(int font)
|
void screen_helper_setfont(int font)
|
||||||
{
|
{
|
||||||
(int)font;
|
(void)font;
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
if (font == FONT_UI)
|
if (font == FONT_UI)
|
||||||
font = global_status.font_id[SCREEN_MAIN];
|
font = global_status.font_id[SCREEN_MAIN];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue