From: g. economou <8426352+isildur-g@users.noreply.github.com> Date: Thu, 9 May 2024 07:28:25 +0000 (+0300) Subject: Merge branch 'develop' into wip-isildur-g-cppcheck66 X-Git-Tag: vectorscan/5.4.12^2~52^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc63087d06f96b96152a53fb014367f4420d2b08;p=thirdparty%2Fvectorscan.git Merge branch 'develop' into wip-isildur-g-cppcheck66 --- cc63087d06f96b96152a53fb014367f4420d2b08 diff --cc src/nfagraph/ng_violet.cpp index b3d91e54,14bdf73f..86cdf5ae --- a/src/nfagraph/ng_violet.cpp +++ b/src/nfagraph/ng_violet.cpp @@@ -1791,9 -1791,9 +1791,9 @@@ void removeRedundantLiteralsFromInfixes } for (const auto &m : infixes) { - NGHolder *h = m.first; + const NGHolder *h = m.first; - const auto &edges = m.second; - removeRedundantLiteralsFromInfix(*h, g, edges, cc); + const auto &medges = m.second; + removeRedundantLiteralsFromInfix(*h, g, medges, cc); } }