mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
chore: fix warnings
This commit is contained in:
parent
db53ea925c
commit
11b54a2086
@ -762,6 +762,8 @@ static inline lv_color_t color_blend_true_color_multiply(lv_color_t fg, lv_color
|
||||
|
||||
static inline lv_color_t color_blend_true_color_replace(lv_color_t fg, lv_color_t bg, lv_opa_t opa)
|
||||
{
|
||||
LV_UNUSED(bg);
|
||||
LV_UNUSED(opa);
|
||||
return fg;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user