Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin-core/secp256k1#1009: refactor: Use (int)&(int) in boole…
…an context to avoid compiler warning 16d1322 refactor: Use (int)&(int) in boolean context to avoid compiler warning (MarcoFalke) Pull request description: This one should *really* be only a refactor with the goal to silence static analysis warnings. clang-14 (trunk) recently added one in commit llvm/llvm-project@f62d18f and I expect other tools will offer similar warnings. Follow up to bitcoin#1006, which was not a refactor. ACKs for top commit: real-or-random: ACK 16d1322 jonasnick: ACK 16d1322 Tree-SHA512: c465522ea4ddb58b5974c95bc36423c453e6fcf5948cb32114172113b5244209ceaa9418ec86ebe210390ae5509c2f24a42c41a7353de4cfb8fd063b0d5c0e79
- Loading branch information