Minor bug fix, CppCheck::Check didn't reset error list after all checking was done.
This commit is contained in:
parent
2b7338450c
commit
f669a5a45d
|
@ -198,6 +198,7 @@ void CppCheck::check()
|
|||
_checkFunctionUsage.check();
|
||||
}
|
||||
|
||||
_errorList.clear();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue