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_result_helper.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pq/pq_result_helper.c') diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c index ea815a9c..8c9f817b 100644 --- a/src/pq/pq_result_helper.c +++ b/src/pq/pq_result_helper.c @@ -520,6 +520,7 @@ extract_denom_pub (void *cls, uint32_t be[2]; (void) cls; + (void) dst_size; fnum = PQfnumber (result, fname); if (fnum < 0) @@ -633,6 +634,7 @@ extract_denom_sig (void *cls, uint32_t be[2]; (void) cls; + (void) dst_size; fnum = PQfnumber (result, fname); if (fnum < 0) @@ -750,6 +752,7 @@ extract_blinded_denom_sig (void *cls, uint32_t be[2]; (void) cls; + (void) dst_size; fnum = PQfnumber (result, fname); if (fnum < 0) -- cgit v1.2.3