Makefile: more fascist warnings.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-01-22 06:41:37 +10:30
parent 4163935bbb
commit a38d0c985e
4 changed files with 27 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ static void gen_keys(secp256k1_context *ctx,
assert(len == sizeof(pubkey->u8));
}
void print_keypair(bool pub, bool priv)
static void print_keypair(bool pub, bool priv)
{
secp256k1_context *ctx;
struct seckey seckey;