This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GCC GNU compiler: -fno-short-enums generates multiple warnings

I use gcc-gnu arm compiler 2019 q4 release. I've added -fno-short-enums compiler flag. It resulted in multiple warnings: "uses 32-bit enums yet the output is to use variable-size enums". Does anyone know the reason of this warning and how to handle it?