Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Oct 9, 2024
1 parent 7a80e05 commit 8680b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cppcheckexecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ namespace {
return "high";
}

std::string getHash(const ErrorMessage& errmsg) const {
static std::string getHash(const ErrorMessage& errmsg) {
const std::string s = errmsg.toString(false, "{file}:{line}:{column}: {message} {id} {code}", "{file}:{line}:{column} {info} {code}");
std::ostringstream os;
//std::cout << s << std::endl;
Expand Down

0 comments on commit 8680b3a

Please sign in to comment.