diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-27 18:11:19 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-27 18:11:19 +0100 |
commit | b46dc6b9817ea52a369456fff15069d1547686d7 (patch) | |
tree | c2800e80e61c3b208ae5c5c5a088223030b46e88 | |
parent | 6951892c683d89da81682a431c9eaf44aba39f98 (diff) |
avoid warning
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index 61bdb4813..ba8059c4d 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -1415,6 +1415,7 @@ wire_missing_cb (void *cls, const struct TALER_EXCHANGEDB_Deposit *deposit = cls; struct GNUNET_HashCode h_wire; + (void) done; if (NULL != wire) GNUNET_assert (GNUNET_OK == TALER_JSON_merchant_wire_signature_hash (wire, |