mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-12-31 13:49:07 +03:00
Fix remaining marked as done const* cppcheck warnings
This commit is contained in:
@@ -1978,7 +1978,7 @@ vector<NFAVertex> makeOwnStraw(NGHolder &g, const BoundedRepeatData &rd,
|
||||
* rewire the straw to start instead of removing the startDs self-loop.
|
||||
*/
|
||||
static
|
||||
bool improveLeadingRepeatOutfix(NGHolder &g, BoundedRepeatData &rd,
|
||||
bool improveLeadingRepeatOutfix(NGHolder &g, const BoundedRepeatData &rd,
|
||||
unordered_set<NFAVertex> &created,
|
||||
const vector<BoundedRepeatData> &all_repeats) {
|
||||
assert(g.kind == NFA_OUTFIX);
|
||||
|
||||
Reference in New Issue
Block a user