aboutsummaryrefslogtreecommitdiff
path: root/src/setu
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-25 14:24:41 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-25 14:24:41 +0200
commit99042c82dad38aa20ece204c62040f009704cf48 (patch)
treeb0e0376c4d9ffed7a71bac5d72a3bd60094a92fd /src/setu
parent6e33d4434f0384e0d2c5f873b770714c1c9e7585 (diff)
downloadgnunet-99042c82dad38aa20ece204c62040f009704cf48.tar.gz
gnunet-99042c82dad38aa20ece204c62040f009704cf48.zip
BUILD: Fix warnings/unused variables
Diffstat (limited to 'src/setu')
-rw-r--r--src/setu/gnunet-service-setu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index f85ddb224..46d027cca 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -2432,7 +2432,7 @@ handle_union_p2p_strata_estimator (void *cls,
2432 if (op->byzantine_upper_bound < op->remote_element_count) 2432 if (op->byzantine_upper_bound < op->remote_element_count)
2433 { 2433 {
2434 LOG (GNUNET_ERROR_TYPE_ERROR, 2434 LOG (GNUNET_ERROR_TYPE_ERROR,
2435 "Exceeded configured upper bound <%lu> of element: %u\n", 2435 "Exceeded configured upper bound <%"PRIu64"> of element: %u\n",
2436 op->byzantine_upper_bound, 2436 op->byzantine_upper_bound,
2437 op->remote_element_count); 2437 op->remote_element_count);
2438 fail_union_operation (op); 2438 fail_union_operation (op);