gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: suppress compiler w


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: suppress compiler warning
Date: Sun, 15 Oct 2017 17:42:43 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d970d6a  suppress compiler warning
d970d6a is described below

commit d970d6abb4e3d7bd69e2170523a2aafef5fd5a4a
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Oct 15 17:42:41 2017 +0200

    suppress compiler warning
---
 src/auditor/taler-wire-auditor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index ac3a7b0..c0b29eb 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",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]