We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedFunction
1 parent 4aac30c commit 702f46dCopy full SHA for 702f46d
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