]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
mark up unused variable
authorAlan T. DeKok <aland@freeradius.org>
Mon, 4 Sep 2023 01:51:47 +0000 (21:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 4 Sep 2023 01:51:47 +0000 (21:51 -0400)
src/lib/unlang/compile.c

index 0c8a2dc6135d2796378fb371fdbb62af2f737311..069e6c020c9f6e5b42d0d4b17ecbae87ecd54709 100644 (file)
@@ -230,7 +230,7 @@ static inline CC_HINT(always_inline) int unlang_rules_verify(tmpl_rules_t const
 #endif
 #define RULES_VERIFY(_rules) do { if (unlang_rules_verify(_rules) < 0) return NULL; } while (0)
 
-static bool pass2_fixup_tmpl(TALLOC_CTX *ctx, tmpl_t **vpt_p, CONF_ITEM const *ci, fr_dict_t const *dict)
+static bool pass2_fixup_tmpl(UNUSED TALLOC_CTX *ctx, tmpl_t **vpt_p, CONF_ITEM const *ci, fr_dict_t const *dict)
 {
        tmpl_t *vpt = *vpt_p;