summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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) {
48static char *get_token_desc(struct wps_token *token, char *buf, 48static char *get_token_desc(struct wps_token *token, char *buf,
49 int bufsize, struct wps_data *data) 49 int bufsize, struct wps_data *data)
50{ 50{
51#ifndef HAVE_LCD_BITMAP
52 (void)data; /* kill charcell warning */
53#endif
51 bool next = token->next; 54 bool next = token->next;
52 55
53 switch(token->type) 56 switch(token->type)