Stdout: scons: Entering directory `/home/runner/.ufbt/current/scripts/ufbt' CC /tmp/tmpi1k3u061/code/stepcounter.c Stderr: /tmp/tmpi1k3u061/code/stepcounter.c: In function 'step_counter_app': /tmp/tmpi1k3u061/code/stepcounter.c:113:45: error: passing argument 2 of 'view_port_input_callback_set' from incompatible pointer type [-Werror=incompatible-pointer-types] 113 | view_port_input_callback_set(view_port, input_callback, stepContext->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 /tmp/tmpi1k3u061/code/stepcounter.c:5: /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, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/stepcounter/stepcounter.o] Error 1