Hi,
When my system is set in english, and that I compile a simple
int main (int argc, char* argv[]) { return 0;}, I get something like that :
So all is fine.
But if my system language is french, I don't get anymore "warning: unused parameter", but "attention : unused parameter".
I guess that C::B looks for "warning" and "error" words to display the count of warnings and error at the end of compilation.
So, as my system is in french, "warning" is not displayed, so C::B says me that compilation encountered 2 errors, instead of 2 warnings.
Is there a way to have my system in my own language, and a correct report of errors/warnings ?