mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Correct function prototypes and avoid unused parameter warnings.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "include/secp256k1.h"
|
||||
#include "util.h"
|
||||
|
||||
int main() {
|
||||
int main(void) {
|
||||
secp256k1_start(SECP256K1_START_SIGN);
|
||||
|
||||
unsigned char msg[32];
|
||||
|
||||
Reference in New Issue
Block a user