e2 studio version: 2024-10
GCC: 8.30
In progect properties C/C++ Build-> Settings ->Tool Settings ->Warninings if compiler warnings -Wall and -Wextra are enabled it works as expected on builds. If after enabling the warnings Project->Clean is run with start a build immediately. It disables the compiler warnings(-Wall and -Wextra) in the project settings before building.
Is there a way to prevent the compiler warnings from being disabled after a clean and build?
Note: I belive the compiler warnings in project settings are reset to default by the "SC code Generation Builder" as disabling the builder stops this from happening
Hi,Please take a look here. Does this answer your question?Thanks,Panos
The link is not related to the issure I have running Project->Clean changes my project setting disabling compiler warningsProject settings before cleanProject settings changed by running clean
Sorry for the inconvenience.Indeed after Clean Project, the operation resets the warnings settings, only the checkboxes.For now, can you try to add them on the other flags?Thanks,Panos