/home/runner/work/_temp/app/code/roots_of_life_game.c: In function 'roots_of_life_game_app': /home/runner/work/_temp/app/code/roots_of_life_game.c:691:45: error: passing argument 2 of 'view_port_input_callback_set' from incompatible pointer type [-Werror=incompatible-pointer-types] 691 | view_port_input_callback_set(view_port, roots_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/roots_of_life_game.c:2: /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/roots_of_life_game.c:694:26: error: passing argument 1 of 'furi_timer_alloc' from incompatible pointer type [-Werror=incompatible-pointer-types] 694 | furi_timer_alloc(roots_update_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/roots_of_life_game.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/roots_of_life/roots_of_life_game.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/9550854524