]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update CC_HINT for removed argument
authorAlan T. DeKok <aland@freeradius.org>
Thu, 16 Nov 2023 15:09:09 +0000 (10:09 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 16 Nov 2023 15:09:09 +0000 (10:09 -0500)
src/lib/unlang/xlat_priv.h

index 775ae05c3c257655bf7070a08ccb5e3ed7811b33..93458810550355a8bd80ba8b213acee64876749b 100644 (file)
@@ -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);