We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedFunction
1 parent b3784d3 commit 6754685Copy full SHA for 6754685
1 file changed
lib/cppcheck.cpp
@@ -618,6 +618,7 @@ unsigned int CppCheck::checkBuffer(const FileWithDetails &file, const std::strin
618
});
619
}
620
621
+// cppcheck-suppress unusedFunction
622
unsigned int CppCheck::checkStream(const FileWithDetails &file, const std::string &cfgname, std::istream& fileStream)
623
{
624
return checkInternal(file, cfgname,
0 commit comments