From bdaaa0f6cb8f99168ed9916064a5e4145426480c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Nov 2021 10:57:27 +0100 Subject: -fix misc. compiler warnings --- src/auditor/taler-auditor-sync.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/auditor/taler-auditor-sync.c') diff --git a/src/auditor/taler-auditor-sync.c b/src/auditor/taler-auditor-sync.c index 0dfaa19a1..17c4da467 100644 --- a/src/auditor/taler-auditor-sync.c +++ b/src/auditor/taler-auditor-sync.c @@ -310,6 +310,7 @@ do_sync (void *cls) { static struct GNUNET_TIME_Relative delay; + (void) cls; sync_task = NULL; actual_size = 0; if (GNUNET_SYSERR == @@ -469,6 +470,7 @@ load_config (const char *cfgfile) static void do_shutdown (void *cls) { + (void) cls; if (NULL != sync_task) { GNUNET_SCHEDULER_cancel (sync_task); -- cgit v1.2.3