From ad947099a08736a49b73d4cbba6d35f065194e13 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Fri, 5 Apr 2024 01:35:55 +0700 Subject: [PATCH] test: remove exception for util::Ref which doesn't exist more This PR is follow-up for dash#5055 and based on bitcoin#21366 which is DNM --- test/lint/extended-lint-cppcheck.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lint/extended-lint-cppcheck.sh b/test/lint/extended-lint-cppcheck.sh index e2391b11fe..3b66d3d433 100755 --- a/test/lint/extended-lint-cppcheck.sh +++ b/test/lint/extended-lint-cppcheck.sh @@ -55,7 +55,6 @@ IGNORED_WARNINGS=( "src/test/checkqueue_tests.cpp:.* Struct 'UniqueCheck' has a constructor with 1 argument that is not explicit." "src/test/fuzz/util.h:.* Class 'FuzzedFileProvider' has a constructor with 1 argument that is not explicit." "src/test/fuzz/util.h:.* Class 'FuzzedAutoFileProvider' has a constructor with 1 argument that is not explicit." - "src/util/ref.h:.* Class 'Ref' has a constructor with 1 argument that is not explicit." "src/wallet/db.h:.* Class 'BerkeleyEnvironment' has a constructor with 1 argument that is not explicit." )