2024-11-27 01:07 AM
Hello,
How can I add the [-Wenum-conversion] warning check?
If I check the "Warn for implicit conversion (-Wconsersion) I have many warnings from ST originated files (stm32l4xx.h) so I can not use this option....
Best regards
Mich
Solved! Go to Solution.
2024-11-27 01:58 AM - edited 2024-11-27 01:59 AM
Without the square brackets ?
2024-11-27 01:17 AM - edited 2024-11-27 01:20 AM
In general, you can add any arbitrary options here:
2024-11-27 01:19 AM - edited 2024-11-27 01:21 AM
(never mind)
2024-11-27 01:52 AM
Do you have any idea how to set this option because if I only wrote [-Wenum-conversion] in the other flags of the miscellaneous, i have the result:
arm-none-eabi-gcc: warning: [-Wenum-conversion]: linker input file unused because linking not done
2024-11-27 01:58 AM - edited 2024-11-27 01:59 AM
Without the square brackets ?