From: Arran Cudbard-Bell Date: Sat, 30 Oct 2021 14:40:19 +0000 (-0400) Subject: Quiet compiler X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387cf165268ee1b05267c664635c473cec75e2bf;p=thirdparty%2Ffreeradius-server.git Quiet compiler --- diff --git a/src/lib/util/minmax_heap_tests.c b/src/lib/util/minmax_heap_tests.c index cc662ac70ca..48434af6673 100644 --- a/src/lib/util/minmax_heap_tests.c +++ b/src/lib/util/minmax_heap_tests.c @@ -435,7 +435,7 @@ static void queue_cmp(unsigned int count) * Check times for heap alloc, insert, pop */ { - fr_time_t start_alloc, end_alloc, start_insert, end_insert, start_pop, end_pop, end_pop_first; + fr_time_t start_alloc, end_alloc, start_insert, end_insert, start_pop, end_pop, end_pop_first = fr_time_min(); populate_values(values, count);