mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-27 10:24:16 +08:00
chore(examples): fix unused-variable warning (#3732)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
co-authored by
pengyiqiang
parent
c3a49327ba
commit
14c126a883
@@ -4,6 +4,7 @@
|
||||
static void event_cb(lv_event_t * e)
|
||||
{
|
||||
lv_obj_t * obj = lv_event_get_current_target(e);
|
||||
LV_UNUSED(obj);
|
||||
LV_LOG_USER("Button %s clicked", lv_msgbox_get_active_btn_text(obj));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user