ycm-cmake-modules icon indicating copy to clipboard operation
ycm-cmake-modules copied to clipboard

Add functionalities to handle compiler warnings

Open drdanz opened this issue 5 years ago • 0 comments

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.

drdanz avatar Jul 15 '20 07:07 drdanz