From: Alan T. DeKok Date: Sat, 16 Jan 2021 16:13:36 +0000 (-0500) Subject: variable is used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20aca8557ff91fcdb1f89ae0af92fc8b26c32a80;p=thirdparty%2Ffreeradius-server.git variable is used --- diff --git a/src/lib/unlang/switch.c b/src/lib/unlang/switch.c index d4d8395667e..059a1f0317a 100644 --- a/src/lib/unlang/switch.c +++ b/src/lib/unlang/switch.c @@ -30,7 +30,7 @@ RCSID("$Id$") #include "switch_priv.h" #include "unlang_priv.h" -static unlang_action_t unlang_switch(UNUSED rlm_rcode_t *p_result, request_t *request) +static unlang_action_t unlang_switch(rlm_rcode_t *p_result, request_t *request) { unlang_stack_t *stack = request->stack; unlang_stack_frame_t *frame = &stack->frame[stack->depth];