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