Fix compilation errors
This commit is contained in:
parent
3998836b03
commit
849ea6b3c8
|
@ -369,7 +369,7 @@ void ThreadExecutor::reportInternalChildErr(const std::string &childname, const
|
|||
Severity::error,
|
||||
"Internal error: " + msg,
|
||||
"cppcheckError",
|
||||
false);
|
||||
Certainty::normal);
|
||||
|
||||
if (!mSettings.nomsg.isSuppressed(errmsg.toSuppressionsErrorMessage()))
|
||||
mErrorLogger.reportErr(errmsg);
|
||||
|
|
|
@ -43,7 +43,7 @@ struct InternalError {
|
|||
class CPPCHECKLIB Certainty {
|
||||
public:
|
||||
enum CertaintyLevel {
|
||||
normal, inconclusive, experimental
|
||||
normal, inconclusive, safe, experimental
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue