We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unmatchedSuppression
1 parent 54b9fa5 commit 946bcc8Copy full SHA for 946bcc8
1 file changed
lib/regex.cpp
@@ -258,7 +258,6 @@ static T* createAndCompileRegex(std::string pattern, std::string& err)
258
return regex;
259
}
260
261
-// cppcheck-suppress shadowFunction - FP see #14802
262
std::shared_ptr<Regex> Regex::create(std::string pattern, Engine engine, std::string& err)
263
{
264
Regex* regex = nullptr;
0 commit comments