Correct function prototypes and avoid unused parameter warnings.

This commit is contained in:
Gregory Maxwell
2014-11-12 13:24:12 -08:00
parent a4a43d7543
commit 2cad067a36
7 changed files with 34 additions and 29 deletions

View File

@@ -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];