We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedFunction
1 parent 27667c1 commit 8f5329eCopy full SHA for 8f5329e
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