Build KC Line 1.2 for f7@0.103.1-rc #6905
Annotations
4 errors
build
passing argument 1 of 'furi_timer_alloc' from incompatible pointer type [-Werror=incompatible-pointer-types]
|
build
Process completed with exit code 2.
|
build
passing argument 1 of 'furi_timer_alloc' from incompatible pointer type [-Werror=incompatible-pointer-types]\n 734 | FuriTimer *tick_timer = furi_timer_alloc(kcline_update_timer_callback, FuriTimerTypePeriodic, event_queue);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~\n | |\n | void (*)(FuriMessageQueue *) {aka void (*)(struct FuriMessageQueue *)}\nIn file included from /home/runner/.ufbt/current/sdk_headers/f7_sdk/furi/furi.h:20,\n from /home/runner/work/_temp/app/code/kcline.c:11:\n/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 *)'}\n 30 | FuriTimer* furi_timer_alloc(FuriTimerCallback func, FuriTimerType type, void* context);\n | ~~~~~~~~~~~~~~~~~~^~~~\ncc1: all warnings being treated as errors\nscons: *** [/home/runner/.ufbt/build/kcline/kcline.o] Error 1\n","run_id":9550859464,"created_at":1718639782,"updated_at":1718639875}
|
build
Process completed with exit code 1.
|