aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/t-encrypt-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gpg/t-encrypt-sign.c')
-rw-r--r--tests/gpg/t-encrypt-sign.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gpg/t-encrypt-sign.c b/tests/gpg/t-encrypt-sign.c
index 1e1262f3..41d16a0a 100644
--- a/tests/gpg/t-encrypt-sign.c
+++ b/tests/gpg/t-encrypt-sign.c
@@ -94,6 +94,9 @@ main (int argc, char **argv)
gpgme_sign_result_t sign_result;
char *agent_info;
+ (void)argc;
+ (void)argv;
+
init_gpgme (GPGME_PROTOCOL_OpenPGP);
err = gpgme_new (&ctx);