We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedFunction
1 parent e1fc4b6 commit c3bd2e0Copy full SHA for c3bd2e0
1 file changed
lib/path.cpp
@@ -237,6 +237,7 @@ bool Path::acceptFile(const std::string &path, const std::set<std::string> &extr
237
return (identify(path, &header) != Standards::Language::None && !header) || extra.find(getFilenameExtension(path)) != extra.end();
238
}
239
240
+// cppcheck-suppress unusedFunction
241
bool Path::isHeader(const std::string &path)
242
{
243
const std::string extension = getFilenameExtensionInLowerCase(path);
0 commit comments