Merge branch 'fix_unused_labels' into 'master'

misc: fix warnings

See merge request postmarketOS/buffybox!70
This commit is contained in:
Johannes Marbach 2025-10-23 17:46:52 +00:00
commit 437ff2cbd7

View file

@ -824,15 +824,17 @@ uint8_t bbx_indev_init(int fd_epoll, const struct bbx_indev_opts* opts) {
return ret; return ret;
#ifndef BBX_APP_BUFFYBOARD
failure6: failure6:
lv_obj_delete(mouse_cursor); lv_obj_delete(mouse_cursor);
#endif
failure5: failure5:
#ifndef BBX_APP_BUFFYBOARD #ifndef BBX_APP_BUFFYBOARD
xkb_keymap_unref(keymap); xkb_keymap_unref(keymap);
failure4: failure4:
xkb_context_unref(context_xkb); xkb_context_unref(context_xkb);
#endif
failure3: failure3:
#endif
udev_monitor_unref(monitor); udev_monitor_unref(monitor);
failure2: failure2:
udev_unref(context_udev); udev_unref(context_udev);