mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix warning
This commit is contained in:
parent
08a1b04fdf
commit
0117320c30
@ -219,6 +219,8 @@ void lv_style_transition_dsc_init(lv_style_transition_dsc_t * tr, const lv_style
|
||||
tr->delay = delay;
|
||||
#if LV_USE_USER_DATA
|
||||
tr->user_data = user_data;
|
||||
#else
|
||||
LV_UNUSED(user_data);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user