From: Alan T. DeKok Date: Sat, 16 Jan 2021 16:18:25 +0000 (-0500) Subject: variable is used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8bbf191d803ae1770362265c08457389db5b70;p=thirdparty%2Ffreeradius-server.git variable is used --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index 84792fe38f7..4c16ae37046 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -1876,7 +1876,7 @@ static unlang_t *compile_group(unlang_t *parent, unlang_compile_t *unlang_ctx, C static unlang_t *compile_case(unlang_t *parent, unlang_compile_t *unlang_ctx, CONF_SECTION *cs); -static unlang_t *compile_switch(UNUSED unlang_t *parent, unlang_compile_t *unlang_ctx, CONF_SECTION *cs) +static unlang_t *compile_switch(unlang_t *parent, unlang_compile_t *unlang_ctx, CONF_SECTION *cs) { CONF_ITEM *ci; fr_token_t type;