We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedFunction
1 parent 127b8d8 commit 31f7404Copy full SHA for 31f7404
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