I'm trying to supress some watnings like "-Wunused-function" to avoid eclipse compiler remember this all time (I know I'm not using this function).. also the same problem for some variables "-Wunused-variable". Normally on other IDEs you can simply add this warning to a list to avoid it but can't find where to do this simple thing on Stm32CubeIde (Eclipse).
Thanks!
Find the way to do that