Fixed ID of message about purged configurations.

This commit is contained in:
PKEuS 2014-09-10 20:19:04 +02:00
parent a46f5c00a8
commit c3ac91eb42
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ void CppCheck::purgedConfigurationMessage(const std::string &file, const std::st
ErrorLogger::ErrorMessage errmsg(loclist, ErrorLogger::ErrorMessage errmsg(loclist,
Severity::information, Severity::information,
"The configuration '" + configuration + "' was not checked because its code equals another one.", "The configuration '" + configuration + "' was not checked because its code equals another one.",
"toomanyconfigs", "purgedConfiguration",
false); false);
reportErr(errmsg); reportErr(errmsg);