Skip to content

Commit 8cc4d37

Browse files
authored
regex.cpp: fixed unmatchedSuppression (#8617)
1 parent 54b9fa5 commit 8cc4d37

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/regex.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ static T* createAndCompileRegex(std::string pattern, std::string& err)
258258
return regex;
259259
}
260260

261-
// cppcheck-suppress shadowFunction - FP see #14802
262261
std::shared_ptr<Regex> Regex::create(std::string pattern, Engine engine, std::string& err)
263262
{
264263
Regex* regex = nullptr;

0 commit comments

Comments
 (0)