From 9064eebdc05e7149c2c8cc899fbd7874622fb769 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 13 Sep 2016 20:48:06 +0200 Subject: tests: Mark lots of unused vars and fix const mismatches. Signed-off-by: Werner Koch --- tests/gpg/t-encrypt-mixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gpg/t-encrypt-mixed.c') diff --git a/tests/gpg/t-encrypt-mixed.c b/tests/gpg/t-encrypt-mixed.c index 488b1cea..afe5ba29 100644 --- a/tests/gpg/t-encrypt-mixed.c +++ b/tests/gpg/t-encrypt-mixed.c @@ -34,7 +34,7 @@ that an encrypted message can be decrypted without the secret key but that the recipient is also set correctly. */ int -main (int argc, char *argv[]) +main (void) { gpgme_ctx_t ctx; gpgme_error_t err; -- cgit v1.2.3