From: Alan T. DeKok Date: Thu, 16 Nov 2023 15:09:09 +0000 (-0500) Subject: update CC_HINT for removed argument X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee44f6fab1a399084a39643de5fb84baaecd7ab;p=thirdparty%2Ffreeradius-server.git update CC_HINT for removed argument --- diff --git a/src/lib/unlang/xlat_priv.h b/src/lib/unlang/xlat_priv.h index 775ae05c3c2..93458810550 100644 --- a/src/lib/unlang/xlat_priv.h +++ b/src/lib/unlang/xlat_priv.h @@ -305,7 +305,7 @@ xlat_action_t xlat_frame_eval_resume(TALLOC_CTX *ctx, fr_dcursor_t *out, xlat_action_t xlat_frame_eval_repeat(TALLOC_CTX *ctx, fr_dcursor_t *out, xlat_exp_head_t const **child, request_t *request, xlat_exp_head_t const *head, xlat_exp_t const **in, - void *env_data, fr_value_box_list_t *result) CC_HINT(nonnull(1,2,3,5)); + void *env_data, fr_value_box_list_t *result) CC_HINT(nonnull(1,2,3,4)); xlat_action_t xlat_frame_eval(TALLOC_CTX *ctx, fr_dcursor_t *out, xlat_exp_head_t const **child, request_t *request, xlat_exp_head_t const *head, xlat_exp_t const **in);