From ca80a4f1c8598698812a1b9062f3e6318b6a8d3e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 21 Sep 2018 17:36:09 +0200 Subject: result must be signed --- src/benchmark/taler-exchange-benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmark') diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index 29c3fd760..7b63b987a 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -141,7 +141,7 @@ static struct GNUNET_TIME_Relative duration; /** * Exit code. */ -static unsigned int result; +static int result; /** * How many coins we want to create per client and reserve. -- cgit v1.2.3