jetbrains ide – CLion does not show errors correctly
I have trouble with my CLion in showing errors in my code.
When my code has some errors, CLion does not tell me that. But when I compile my code, I get a lot of ignored (or unseen) errors.
This is not for all errors, some errors are shown correctly, such as errors related to definitions. But for example when I use a function that has some argument, but I don’t give it proper arguments, it does not say anything!
In the code (note the _terminator signature):
Compiler message:
EDIT: I’m on Linux, Ubuntu 22.10
Read more here: Source link


