changed error message when there an internal error in Cppcheck is found
This commit is contained in:
parent
e7d7507c65
commit
f4943b8b9c
|
@ -4325,7 +4325,7 @@ void Tokenizer::cppcheckError(const Token *tok) const
|
|||
|
||||
const ErrorLogger::ErrorMessage errmsg(locationList,
|
||||
"error",
|
||||
"### A bug was found from cppcheck. Please report it.",
|
||||
"### Internal error in Cppcheck. Please report it.",
|
||||
"cppcheckError");
|
||||
|
||||
if (_errorLogger)
|
||||
|
|
Loading…
Reference in New Issue