mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-24 08:16:29 +08:00
fix(nuttx): fix compile warning (#5701)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
@@ -55,7 +55,6 @@ static void invalidate_cache(const lv_draw_buf_t * draw_buf, const lv_area_t * a
|
||||
LV_ASSERT_NULL(draw_buf);
|
||||
void * buf = draw_buf->data;
|
||||
uint32_t stride = draw_buf->header.stride;
|
||||
lv_color_format_t cf = draw_buf->header.cf;
|
||||
|
||||
lv_uintptr_t start;
|
||||
lv_uintptr_t end;
|
||||
|
||||
Reference in New Issue
Block a user