You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have a set of functions to enable/disable/consider error specific compiler warnings if available on the compiler, possibly on the target (see also https://foonathan.net/2018/10/cmake-warnings/).
Also since our software often does not even enable basic warnings, it would probably be good to have some function to enable a set of default warnings, in order to improve the overall quality of the code.
The text was updated successfully, but these errors were encountered:
It would be good to have a set of functions to enable/disable/consider error specific compiler warnings if available on the compiler, possibly on the target (see also https://foonathan.net/2018/10/cmake-warnings/).
Also since our software often does not even enable basic warnings, it would probably be good to have some function to enable a set of default warnings, in order to improve the overall quality of the code.
The text was updated successfully, but these errors were encountered: