HomePhabricator

Fix -Wunused-const-variable in descriptor_tests.cpp

Description

Fix -Wunused-const-variable in descriptor_tests.cpp

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.

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D4622

Details

Provenance
FabienAuthored on Dec 3 2019, 08:28
FabienPushed on Dec 3 2019, 20:05
Reviewer
Restricted Project
Differential Revision
D4622: Fix -Wunused-const-variable in descriptor_tests.cpp
Parents
rABCe2dc6148fb29: Bugfix: Include <memory> for std::unique_ptr
Branches
Unknown
Tags
Unknown