2024-09-13 05:33 AM
I've added the following GCC compiler flags in STM32CubeIDE: -Wall, -Wextra, -Wconversion, -Wpedantic, -Wshadow, and -Wstrict-prototypes. However, I'm encountering a -Wsign-conversion warning in the core_cm4.h system file. How can I ignore this warning while keeping the other warnings active?