last warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30591 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2011-09-24 13:34:23 +00:00
parent b71c66ec56
commit 0c521cffd4

View file

@ -69,7 +69,7 @@ static int screen_helper_getnblines(void)
void screen_helper_setfont(int font)
{
(int)font;
(void)font;
#ifdef HAVE_LCD_BITMAP
if (font == FONT_UI)
font = global_status.font_id[SCREEN_MAIN];