From 4a200146b602349eebb4eac2e102357748d7ba5b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 13 Sep 2016 20:53:14 +0200 Subject: core: Mark unused function args. Signed-off-by: Werner Koch --- src/op-support.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/op-support.c') diff --git a/src/op-support.c b/src/op-support.c index a74405ef..9f10cd32 100644 --- a/src/op-support.c +++ b/src/op-support.c @@ -213,6 +213,8 @@ _gpgme_parse_inv_recp (char *args, int for_signing, char *tail; long int reason; + (void)for_signing; + inv_key = calloc (1, sizeof (*inv_key)); if (!inv_key) return gpg_error_from_syserror (); -- cgit v1.2.3