From d970d6abb4e3d7bd69e2170523a2aafef5fd5a4a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Oct 2017 17:42:41 +0200 Subject: suppress compiler warning --- src/auditor/taler-wire-auditor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index ac3a7b0f4..c0b29eb15 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c @@ -509,6 +509,7 @@ complain_out_not_found (void *cls, { struct ReserveOutInfo *roi = value; + (void) roi; /* FIXME (#4963): log more precisely which wire transfer (and amount) is bogus. */ report_row_inconsistency ("reserves_out", -- cgit v1.2.3