diff --git a/apps/gui/skin_engine/skin_display.c b/apps/gui/skin_engine/skin_display.c index c8e73a79c0..2be5bb9106 100644 --- a/apps/gui/skin_engine/skin_display.c +++ b/apps/gui/skin_engine/skin_display.c @@ -453,6 +453,9 @@ int evaluate_conditional(struct gui_wps *gwps, int offset, void write_line(struct screen *display, struct align_pos *format_align, int line, bool scroll, unsigned style) { +#ifndef HAVE_LCD_BITMAP + (void)style; +#endif int left_width = 0, left_xpos; int center_width = 0, center_xpos; int right_width = 0, right_xpos;