From: Nick Porter Date: Wed, 6 Jul 2022 09:19:42 +0000 (+0100) Subject: remove UNUSED X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8de41938700b0c68beeac6af07e668213fc556f;p=thirdparty%2Ffreeradius-server.git remove UNUSED --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index cc44ca87f7e..927bd3c90a5 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -2057,7 +2057,7 @@ static xlat_arg_parser_t const xlat_func_cast_args[] = { * * @ingroup xlat_functions */ -static xlat_action_t xlat_func_cast(UNUSED TALLOC_CTX *ctx, fr_dcursor_t *out, +static xlat_action_t xlat_func_cast(TALLOC_CTX *ctx, fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, request_t *request, fr_value_box_list_t *in) {