]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
variable is used
authorAlan T. DeKok <aland@freeradius.org>
Sat, 16 Jan 2021 16:18:25 +0000 (11:18 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 16 Jan 2021 16:18:25 +0000 (11:18 -0500)
src/lib/unlang/compile.c

index 84792fe38f7cbdd9048ed1eecb278a2e2a5d28e1..4c16ae37046715d4b523482d59f0c6b851294808 100644 (file)
@@ -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;