In file included from /home/runner/work/_temp/app/code/helpers/xremote_storage.c:1: /home/runner/work/_temp/app/code/helpers/xremote_storage.h:13:6: error: redundant redeclaration of 'xremote_save_settings' [-Werror=redundant-decls] 13 | void xremote_save_settings(void* context); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/runner/work/_temp/app/code/helpers/../xremote.h:7, from /home/runner/work/_temp/app/code/helpers/xremote_storage.h:1, from /home/runner/work/_temp/app/code/helpers/xremote_storage.c:1: /home/runner/work/_temp/app/code/helpers/../helpers/xremote_storage.h:13:6: note: previous declaration of 'xremote_save_settings' was here 13 | void xremote_save_settings(void* context); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/runner/work/_temp/app/code/helpers/xremote_storage.c:1: /home/runner/work/_temp/app/code/helpers/xremote_storage.h:14:6: error: redundant redeclaration of 'xremote_read_settings' [-Werror=redundant-decls] 14 | void xremote_read_settings(void* context); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/runner/work/_temp/app/code/helpers/../xremote.h:7, from /home/runner/work/_temp/app/code/helpers/xremote_storage.h:1, from /home/runner/work/_temp/app/code/helpers/xremote_storage.c:1: /home/runner/work/_temp/app/code/helpers/../helpers/xremote_storage.h:14:6: note: previous declaration of 'xremote_read_settings' was here 14 | void xremote_read_settings(void* context); | ^~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/xremote/helpers/xremote_storage.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/7875857363