Page MenuHomePhabricator

Ignore cppcheck syntax errors related to prevector
ClosedPublic

Authored by jasonbcox on Aug 6 2020, 16:48.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC8aadcedb631f: Ignore cppcheck syntax errors related to prevector
Summary

These false positives can be safely ignored since the build system does not complain about
the supposed syntax errors.

A newer version of cppcheck is not available via buster-backports, so it's best that we ignore this
error until a version becomes available that fixes this issue.

Test Plan
arc lint src/bench/prevector.cpp
arc lint src/test/prevector_tests.cpp

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cppcheck-prevector
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12320
Build 24836: Build Diffbuild-diff · build-without-wallet · build-clang-tidy · build-clang-10
Build 24835: arc lint + arc unit