diff options
author | Werner Koch <[email protected]> | 2016-09-13 18:48:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-09-13 18:48:06 +0000 |
commit | 9064eebdc05e7149c2c8cc899fbd7874622fb769 (patch) | |
tree | e5bffc999f3c38f13cde215945ae8683a5e0c891 /tests/run-sign.c | |
parent | tests: Use gpgme_io_write in passhrase callbacks. (diff) | |
download | gpgme-9064eebdc05e7149c2c8cc899fbd7874622fb769.tar.gz gpgme-9064eebdc05e7149c2c8cc899fbd7874622fb769.zip |
tests: Mark lots of unused vars and fix const mismatches.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tests/run-sign.c')
-rw-r--r-- | tests/run-sign.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-sign.c b/tests/run-sign.c index c59c3563..70853ed6 100644 --- a/tests/run-sign.c +++ b/tests/run-sign.c @@ -51,6 +51,8 @@ print_result (gpgme_sign_result_t result, gpgme_sig_mode_t type) gpgme_invalid_key_t invkey; gpgme_new_signature_t sig; + (void)type; + for (invkey = result->invalid_signers; invkey; invkey = invkey->next) printf ("Signing key `%s' not used: %s <%s>\n", nonnull (invkey->fpr), |