]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
quiet compiler
authorAlan T. DeKok <aland@freeradius.org>
Fri, 3 Dec 2021 19:00:26 +0000 (14:00 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 3 Dec 2021 19:00:26 +0000 (14:00 -0500)
src/lib/unlang/call.c

index 4841d0e1ba20b73465b754283a652fe0ff7b3e25..bf6586e2fe20afe280a2947f5550e33ad4fb20c1 100644 (file)
@@ -49,7 +49,7 @@ static unlang_action_t unlang_call_finalize(UNUSED rlm_rcode_t *p_result, reques
        return UNLANG_ACTION_CALCULATE_RESULT;
 }
 
-static unlang_action_t unlang_call_children(UNUSED rlm_rcode_t *p_result, request_t *request,
+static unlang_action_t unlang_call_children(rlm_rcode_t *p_result, request_t *request,
                                            unlang_stack_frame_t *frame)
 {
        unlang_group_t                  *g = unlang_generic_to_group(frame->instruction);