Page MenuHomePhabricator

Fix -Wunused-const-variable in descriptor_tests.cpp
ClosedPublic

Authored by Fabien on Dec 3 2019, 09:11.

Details

Summary

The UNSOLVABLE constant is never used, due the differences in out
codebase vs core.
Keeping it commented out to avoid reusing the value and allow for
resurrecting it if needed.

Test Plan
ninja check

Ensure there is no -Wunused-const-variable warning in the output.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix_unused_const_warning
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8387
Build 14792: Default Diff Build & Tests
Build 14791: arc lint + arc unit