Files
libsecp256k1/include
Jonas Nick 1b6e081538 include: remove WARN_UNUSED_RESULT for functions always returning 1
This makes the usage of the atribute consistent. In the musig and ellswift
module, functions that return 1 always already don't have the WARN_UNUSED_RESULT
attribute. In secp256k1.h and the extrakeys module, this has only been the case
partially.

In all cases where this was removed, the function only returns 0 if the illegal
callback has been called.
2025-03-13 09:36:03 +00:00
..
2024-10-31 13:55:52 -04:00
2024-10-31 13:55:52 -04:00
2024-10-31 13:55:52 -04:00