]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Quiet compiler
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 30 Oct 2021 14:40:19 +0000 (10:40 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 30 Oct 2021 14:40:19 +0000 (10:40 -0400)
src/lib/util/minmax_heap_tests.c

index cc662ac70ca81c9119c67754d619cbfc4e66512d..48434af6673bc958421c3ecfe17f1656de8c2cd3 100644 (file)
@@ -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);