VectorCamp / vectorscan

A portable fork of the high-performance regular expression matching library
https://www.vectorcamp.gr/project/vectorscan/
Other
478 stars 50 forks source link

addressing cppcheck shadowFunction warnings #265

Closed isildur-g closed 1 month ago

isildur-g commented 2 months ago

addressing cppcheck shadowFunction warnings, no false positives. Closes some: #252

markos commented 2 months ago

One occurence seems to still be there:

https://buildbot-ci.vectorcamp.gr/#/builders/278/builds/33/steps/5/logs/stdio

/var/lib/buildbot/workers/runner-d13-ppc64le-01/release-linux-ppc64le-gcc-14-cppcheck/source/src/rose/rose_build_add_mask.cpp:305:15: style: Local variable 'preds' shadows outer function [shadowFunction]
    NFAVertex preds = anchored ? lhs->start : lhs->startDs;