We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedFunction
1 parent 83b450a commit dea708bCopy full SHA for dea708b
1 file changed
lib/cppcheck.cpp
@@ -600,6 +600,7 @@ unsigned int CppCheck::checkBuffer(const std::string& filename, const std::strin
600
});
601
}
602
603
+// cppcheck-suppress unusedFunction
604
unsigned int CppCheck::checkStream(const std::string& filename, const std::string &cfgname, std::istream& fileStream)
605
{
606
return checkInternal(filename, cfgname,
0 commit comments