diff --git a/firmware/asm/lcd-as-memframe.c b/firmware/asm/lcd-as-memframe.c index 8ea9e68a39..e952f4f7f0 100644 --- a/firmware/asm/lcd-as-memframe.c +++ b/firmware/asm/lcd-as-memframe.c @@ -177,5 +177,7 @@ void lcd_write_yuv420_lines_odither(fb_data *dst, int width, int stride, int x_screen, int y_screen) { + (void)x_screen; + (void)y_screen; return lcd_write_yuv420_lines(dst, src, width, stride); }