misc: fix warnings

This commit is contained in:
Vladimir Stoiakin 2025-04-16 12:32:59 +03:00
parent 2b6192fcf0
commit 5c782575f2
5 changed files with 12 additions and 5 deletions

View file

@ -557,7 +557,7 @@ int main(int argc, char *argv[]) {
int32_t content_pad_row = 10;
/* Message for a user */
lv_obj_t *message_label;
lv_obj_t *message_label = NULL;
if (cli_opts.message) {
lv_obj_set_style_pad_row(container, content_pad_row, LV_PART_MAIN);