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