You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(misc): Remove duplicate declaration of _lv_log_add. (lvgl#3103)
Commit ba38a4b appears to have accidentally added a duplicate declaration of
_lv_log_add. With -Wredundant-decls, this causes warnings to spam the terminal.
warning: redundant redeclaration of ‘_lv_log_add’ [-Wredundant-decls]
0 commit comments