The -Wshadow warning is duplicated from the top level CMakeLists.txt
and can therefore be removed.
The -Wno-nonnull is not useful as it actually doesn't remove any
warning. This also makes it more consistent with autotools build which
doesn't enforce this warning suppression.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING5b54505f2c1c: [CMAKE] Refactor warnings for secp256k1
rABC5b54505f2c1c: [CMAKE] Refactor warnings for secp256k1
The warnings should be the same before and after this patch:
ninja check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake_secp256k1_duplicated_warnings
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7039 Build 12125: Bitcoin ABC Buildbot (legacy) Build 12124: arc lint + arc unit