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
- Branch
- fix_warning_shadow
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 11059 Build 20508: Default Diff Build & Tests Build 20507: Build without Wallet Build 20506: Build with clang-10 Build 20505: arc lint + arc unit