From bdaaa0f6cb8f99168ed9916064a5e4145426480c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Nov 2021 10:57:27 +0100 Subject: -fix misc. compiler warnings --- src/pq/pq_query_helper.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pq/pq_query_helper.c') diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c index 43b8374a..78c8af97 100644 --- a/src/pq/pq_query_helper.c +++ b/src/pq/pq_query_helper.c @@ -181,6 +181,7 @@ qconv_denom_pub (void *cls, void *tbuf; (void) cls; + (void) data_len; GNUNET_assert (1 == param_length); GNUNET_assert (scratch_length > 0); GNUNET_break (NULL == cls); @@ -270,6 +271,7 @@ qconv_denom_sig (void *cls, void *tbuf; (void) cls; + (void) data_len; GNUNET_assert (1 == param_length); GNUNET_assert (scratch_length > 0); GNUNET_break (NULL == cls); @@ -359,6 +361,7 @@ qconv_blinded_denom_sig (void *cls, void *tbuf; (void) cls; + (void) data_len; GNUNET_assert (1 == param_length); GNUNET_assert (scratch_length > 0); GNUNET_break (NULL == cls); -- cgit v1.2.3