We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55991b commit 6d29281Copy full SHA for 6d29281
democlient/democlient.cpp
@@ -81,6 +81,7 @@ class CppcheckExecutor : public ErrorLogger {
81
if (logfile != nullptr)
82
std::fprintf(logfile, "%s\n", s.c_str());
83
}
84
+ void reportMetric(const std::string & /*metric*/) override {}
85
86
void reportProgress(const std::string& /*filename*/,
87
const char /*stage*/[],
0 commit comments