Fixed #824 (Exit code of cppcheck)
This commit is contained in:
parent
bdfad4eb3f
commit
ebf36c1150
|
@ -331,6 +331,8 @@ void CppCheck::parseFromArgs(int argc, const char* const argv[])
|
||||||
tokenizer.getErrorMessages();
|
tokenizer.getErrorMessages();
|
||||||
|
|
||||||
std::cout << ErrorLogger::ErrorMessage::getXMLFooter() << std::endl;
|
std::cout << ErrorLogger::ErrorMessage::getXMLFooter() << std::endl;
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// documentation..
|
// documentation..
|
||||||
|
|
Loading…
Reference in New Issue