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
Lint
Lint Not Applicable
Unit
Tests Not Applicable