/home/runner/work/_temp/app/code/heap_defence.c: In function 'heap_defence_app': /home/runner/work/_temp/app/code/heap_defence.c:520:45: error: passing argument 2 of 'view_port_input_callback_set' from incompatible pointer type [-Werror=incompatible-pointer-types] 520 | view_port_input_callback_set(view_port, heap_defense_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/heap_defence.c:13: /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/heap_defence.c:523:26: error: passing argument 1 of 'furi_timer_alloc' from incompatible pointer type [-Werror=incompatible-pointer-types] 523 | furi_timer_alloc(heap_defense_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/heap_defence.c:12: /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/heap_defence/heap_defence.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/9549917232