/home/runner/work/_temp/app/code/stm32_sam.cpp: In member function 'void STM32SAM::AdjustLengths()': /home/runner/work/_temp/app/code/stm32_sam.cpp:4513:28: error: array subscript 255 is above array bounds of 'const unsigned char [81]' [-Werror=array-bounds] 4513 | if((flags[index] & 64) == 0) { | ~~~~~~~~~~~^ /home/runner/work/_temp/app/code/stm32_sam.cpp:63:21: note: while referencing 'flags' 63 | const unsigned char flags[] = { | ^~~~~ cc1plus: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/text2sam/stm32_sam.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/9549903750