Closed ra-kal closed 5 months ago
Which compiler do you use? Could you please provide an example here: https://godbolt.org/z/YajcWjzsf
For know, I don't see an issue with emio. This warning is more an "info". Take a look here: https://stackoverflow.com/a/48149400/1611317
Since emio doesn't work with older GCCs (< 10?) this should be unrelated.
Oh, I didn't noticed it happens only with ARM GCC compiler (arm-gcc-none-eabi). I understand there was some change in EABI, and this is more an info. I assume I can safely diable it with the "-Wno-psabi".
Your example shows the warning with ARM GCC 13.2.0 https://godbolt.org/z/8oesazhh5
Hi,
I added custom formater and now I'm getting warnings during build. It happens with the emio main branch version.
My formatter is simple: