From 18286d3cc53fbea3c8a5954c69a992c4b3179911 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 7 Sep 2009 07:58:55 +0000 Subject: stupid yellow.... I'm going to bed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22648 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/wps_debug.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c index 64a68b05d6..56cb98020e 100644 --- a/apps/gui/skin_engine/wps_debug.c +++ b/apps/gui/skin_engine/wps_debug.c @@ -48,6 +48,9 @@ static char *next_str(bool next) { static char *get_token_desc(struct wps_token *token, char *buf, int bufsize, struct wps_data *data) { +#ifndef HAVE_LCD_BITMAP + (void)data; /* kill charcell warning */ +#endif bool next = token->next; switch(token->type) -- cgit v1.2.3