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/posix-util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/posix-util.c') diff --git a/src/posix-util.c b/src/posix-util.c index 0fce5c29..889c6aa5 100644 --- a/src/posix-util.c +++ b/src/posix-util.c @@ -145,6 +145,8 @@ _gpgme_get_gpgconf_path (void) int _gpgme_get_conf_int (const char *key, int *value) { + (void)key; + (void)value; return 0; } -- cgit v1.2.3