/home/runner/work/_temp/app/code/views/data_display_view.c: In function 'data_display_draw_callback': /home/runner/work/_temp/app/code/views/data_display_view.c:139:9: error: unknown type name 'DateTime' 139 | DateTime datetime; | ^~~~~~~~ /home/runner/work/_temp/app/code/views/data_display_view.c:140:28: error: passing argument 1 of 'furi_hal_rtc_get_datetime' from incompatible pointer type [-Werror=incompatible-pointer-types] 140 | furi_hal_rtc_get_datetime(&datetime); | ^~~~~~~~~ | | | int * In file included from /home/runner/.ufbt/current/sdk_headers/f7_sdk/targets/furi_hal_include/furi_hal.h:24, from /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/locale/locale.h:5, from /home/runner/work/_temp/app/code/views/data_display_view.h:7, from /home/runner/work/_temp/app/code/views/data_display_view.c:1: /home/runner/.ufbt/current/sdk_headers/f7_sdk/targets/f7/furi_hal/furi_hal_rtc.h:256:52: note: expected 'FuriHalRtcDateTime *' but argument is of type 'int *' 256 | void furi_hal_rtc_get_datetime(FuriHalRtcDateTime* datetime); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /home/runner/work/_temp/app/code/views/data_display_view.c:141:24: error: passing argument 2 of 'locale_format_time' from incompatible pointer type [-Werror=incompatible-pointer-types] 141 | locale_format_time(s, &datetime, locale_get_time_format(), false); | ^~~~~~~~~ | | | int * In file included from /home/runner/work/_temp/app/code/views/data_display_view.h:7, from /home/runner/work/_temp/app/code/views/data_display_view.c:1: /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/locale/locale.h:76:31: note: expected 'const FuriHalRtcDateTime *' but argument is of type 'int *' 76 | const FuriHalRtcDateTime* datetime, | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/ublox/views/data_display_view.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/8169725477