secp256k1 icon indicating copy to clipboard operation
secp256k1 copied to clipboard

Remove `SECP256K1_WARN_UNUSED_RESULT` from `secp256k1_keypair_*` functions

Open w0xlt opened this issue 1 year ago • 3 comments

Why do secp256k1_keypair_* functions have SECP256K1_WARN_UNUSED_RESULT if they always return 1 ? The only exception is secp256k1_keypair_create.

w0xlt avatar Jul 17 '23 15:07 w0xlt