diff options
| -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 64a68b0..56cb980 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) |