parent
05e986117f
commit
1a1f2069e9
|
@ -975,7 +975,7 @@ void CppCheckExecutor::reportErr(const std::string &errmsg)
|
|||
_errorList.insert(errmsg);
|
||||
if (errorOutput)
|
||||
*errorOutput << errmsg << std::endl;
|
||||
else {
|
||||
else {
|
||||
std::cerr << ansiToOEM(errmsg, (_settings == nullptr) ? true : !_settings->xml) << std::endl;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue