/home/runner/work/_temp/app/code/scenes/pocsag_pager_scene_about.c: In function 'pocsag_pager_scene_about_on_enter': : error: implicit conversion from 'float' to 'double' when passing argument to function [-Werror=double-promotion] /home/runner/work/_temp/app/code/scenes/../helpers/pocsag_pager_types.h:6:26: note: in expansion of macro 'FAP_VERSION' 6 | #define PCSG_VERSION_APP FAP_VERSION | ^~~~~~~~~~~ /home/runner/work/_temp/app/code/scenes/pocsag_pager_scene_about.c:18:55: note: in expansion of macro 'PCSG_VERSION_APP' 18 | furi_string_cat_printf(temp_str, "Version: %s\n", PCSG_VERSION_APP); | ^~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/scenes/pocsag_pager_scene_about.c:18:49: error: format '%s' expects argument of type 'char *', but argument 3 has type 'double' [-Werror=format=] 18 | furi_string_cat_printf(temp_str, "Version: %s\n", PCSG_VERSION_APP); | ~^ | | | char * | %f cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/pocsag_pager/scenes/pocsag_pager_scene_about.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/9552328186