summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-09-07 07:58:55 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-09-07 07:58:55 +0000
commit18286d3cc53fbea3c8a5954c69a992c4b3179911 (patch)
tree038d970702c05ea4814b0c569418e4a4f6150e69
parent8bf50ecf481df8b68abfa2d71dde4fe172dbf7c5 (diff)
stupid yellow.... I'm going to bed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22648 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/gui/skin_engine/wps_debug.c3
1 files changed, 3 insertions, 0 deletions
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)