diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-09-07 07:58:55 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-09-07 07:58:55 +0000 |
commit | 18286d3cc53fbea3c8a5954c69a992c4b3179911 (patch) | |
tree | 038d970702c05ea4814b0c569418e4a4f6150e69 | |
parent | 8bf50ecf481df8b68abfa2d71dde4fe172dbf7c5 (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.c | 3 |
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) |