From 8dbc19758b87c41ada780c20edac0c500ab2daa1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 19:16:33 +0100 Subject: fix compiler warnings --- src/lib/exchange_api_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/exchange_api_common.c') diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c index 792477af9..556ca2049 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c @@ -322,6 +322,7 @@ TALER_EXCHANGE_verify_coin_history (const struct { /* signature not supported, new version on server? */ GNUNET_break_op (0); + GNUNET_assert (GNUNET_SYSERR == add); return GNUNET_SYSERR; } if (GNUNET_YES == add) -- cgit v1.2.3