Skip to content

Commit 702f46d

Browse files
committed
cppcheck.cpp: mitigated unusedFunction selfcheck warnings
1 parent 4aac30c commit 702f46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cppcheck.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ unsigned int CppCheck::checkBuffer(const FileWithDetails &file, const std::strin
618618
});
619619
}
620620

621+
// cppcheck-suppress unusedFunction
621622
unsigned int CppCheck::checkStream(const FileWithDetails &file, const std::string &cfgname, std::istream& fileStream)
622623
{
623624
return checkInternal(file, cfgname,

0 commit comments

Comments
 (0)