cppcheck: removed the 'this may take several minutes' when checking unused functions. The check is much faster nowadays
This commit is contained in:
parent
bf98ff85e5
commit
2cbbc65691
|
@ -355,7 +355,7 @@ unsigned int CppCheck::check()
|
||||||
{
|
{
|
||||||
_errout.str("");
|
_errout.str("");
|
||||||
if (_settings._errorsOnly == false)
|
if (_settings._errorsOnly == false)
|
||||||
_errorLogger->reportOut("Checking usage of global functions (this may take several minutes)..");
|
_errorLogger->reportOut("Checking usage of global functions..");
|
||||||
|
|
||||||
_checkFunctionUsage.check();
|
_checkFunctionUsage.check();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue