/home/runner/work/_temp/app/code/app.c: In function 'flippy_road_app': /home/runner/work/_temp/app/code/app.c:405:45: error: passing argument 2 of 'view_port_input_callback_set' from incompatible pointer type [-Werror=incompatible-pointer-types] 405 | view_port_input_callback_set(view_port, input_callback, event_queue); | ^~~~~~~~~~~~~~ | | | void (*)(InputEvent *, FuriMessageQueue *) {aka void (*)(InputEvent *, struct FuriMessageQueue *)} In file included from /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/gui/gui.h:8, from /home/runner/work/_temp/app/code/app.c:3: /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/gui/view_port.h:89:27: note: expected 'ViewPortInputCallback' {aka 'void (*)(InputEvent *, void *)'} but argument is of type 'void (*)(InputEvent *, FuriMessageQueue *)' {aka 'void (*)(InputEvent *, struct FuriMessageQueue *)'} 89 | ViewPortInputCallback callback, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /home/runner/work/_temp/app/code/app.c:407:41: error: passing argument 1 of 'furi_timer_alloc' from incompatible pointer type [-Werror=incompatible-pointer-types] 407 | FuriTimer* timer = furi_timer_alloc(timer_callback, FuriTimerTypePeriodic, event_queue); | ^~~~~~~~~~~~~~ | | | void (*)(FuriMessageQueue *) {aka void (*)(struct FuriMessageQueue *)} In file included from /home/runner/.ufbt/current/sdk_headers/f7_sdk/furi/furi.h:20, from /home/runner/work/_temp/app/code/app.c:1: /home/runner/.ufbt/current/sdk_headers/f7_sdk/furi/core/timer.h:30:47: note: expected 'FuriTimerCallback' {aka 'void (*)(void *)'} but argument is of type 'void (*)(FuriMessageQueue *)' {aka 'void (*)(struct FuriMessageQueue *)'} 30 | FuriTimer* furi_timer_alloc(FuriTimerCallback func, FuriTimerType type, void* context); | ~~~~~~~~~~~~~~~~~~^~~~ cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/flippy_road/app.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/9550850953