Page MenuHomePhabricator

Fix -Wshadow warnings
ClosedPublic

Authored by Fabien on Jan 13 2020, 12:40.

Details

Summary

These warnings have been introduced in D4891.

Test Plan

With GCC (for some reason clang -tested with 9.0.1- doesn't report the
warning):

cmake -GNinja .. -DCMAKE_CXX_FLAGS="-Werror=shadow"
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable