From b29229ae2e3812d4de391073d43b9bc64e1e8c25 Mon Sep 17 00:00:00 2001 From: Vladimir Stoiakin Date: Wed, 22 Oct 2025 13:06:04 +0300 Subject: [PATCH] misc: fix warnings --- shared/indev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shared/indev.c b/shared/indev.c index 3a68959..28db3a6 100644 --- a/shared/indev.c +++ b/shared/indev.c @@ -824,15 +824,17 @@ uint8_t bbx_indev_init(int fd_epoll, const struct bbx_indev_opts* opts) { return ret; +#ifndef BBX_APP_BUFFYBOARD failure6: lv_obj_delete(mouse_cursor); +#endif failure5: #ifndef BBX_APP_BUFFYBOARD xkb_keymap_unref(keymap); failure4: xkb_context_unref(context_xkb); -#endif failure3: +#endif udev_monitor_unref(monitor); failure2: udev_unref(context_udev);