diff --git a/test/lint/lint-cppcheck-dash.sh b/test/lint/lint-cppcheck-dash.sh index 810efbe7349e35..23c93e7e3d4acb 100755 --- a/test/lint/lint-cppcheck-dash.sh +++ b/test/lint/lint-cppcheck-dash.sh @@ -34,7 +34,7 @@ IGNORED_WARNINGS=( "src/test/dip0020opcodes_tests.cpp:.* warning: There is an unknown macro here somewhere. Configuration is required. If BOOST_FIXTURE_TEST_SUITE is a macro then please configure it." "src/ctpl_stl.h:.*22: warning: Dereferencing '_f' after it is deallocated / released" "src/cachemultimap.h:.*: warning: Variable 'mapIt' can be declared as reference to const" - "src/evo/simplifiedmns.cpp:304:20: warning: Consider using std::copy algorithm instead of a raw loop." + "src/evo/simplifiedmns.cpp:.*:20: warning: Consider using std::copy algorithm instead of a raw loop." # "src/llmq/snapshot.cpp:.*:17: warning: Consider using std::copy algorithm instead of a raw loop." # "src/llmq/snapshot.cpp:.*:18: warning: Consider using std::copy algorithm instead of a raw loop."