The blockparams parameter of the lambda function shadows the
blockparams locale variable from FindEarliestAtLeast according to
GCC.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCba85dd611645: Fix shadow warning
With GCC as a compiler (tested with GCC 10.1):
cmake -GNInja .. -DCMAKE_CXX_FLAGS=Werror=shadow ninja
Check the warning is gone.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable