/home/runner/work/_temp/app/code/input/instrument_program.c: In function 'instrument_program_edit_event': /home/runner/work/_temp/app/code/input/instrument_program.c:35:34: error: implicit declaration of function 'fmax' [-Werror=implicit-function-declaration] 35 | tracker->current_digit = fmax(0, (int16_t)tracker->current_digit - 1); | ^~~~ /home/runner/work/_temp/app/code/input/instrument_program.c:35:34: error: incompatible implicit declaration of built-in function 'fmax' [-Werror] /home/runner/work/_temp/app/code/input/instrument_program.c:3:1: note: include '' or provide a declaration of 'fmax' 2 | #include "../macros.h" +++ |+#include 3 | cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/flizzer_tracker/input/instrument_program.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/7875839517