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