From: Alan T. DeKok Date: Tue, 3 Oct 2023 15:58:26 +0000 (-0400) Subject: quiet compiler X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b99be7d868cbd6398a0dbe0a1ec99fc7e53889d;p=thirdparty%2Ffreeradius-server.git quiet compiler --- diff --git a/src/lib/unlang/xlat_expr.c b/src/lib/unlang/xlat_expr.c index d2ddde2afb..7971744a84 100644 --- a/src/lib/unlang/xlat_expr.c +++ b/src/lib/unlang/xlat_expr.c @@ -413,7 +413,7 @@ static xlat_action_t xlat_binary_op(TALLOC_CTX *ctx, fr_dcursor_t *out, break; case FR_TYPE_OCTETS: - fr_value_box_strdup_shallow(a, NULL, (void *) "", false); + fr_value_box_strdup_shallow(a, NULL, (void const *) "", false); break; default: @@ -436,7 +436,7 @@ static xlat_action_t xlat_binary_op(TALLOC_CTX *ctx, fr_dcursor_t *out, break; case FR_TYPE_OCTETS: - fr_value_box_strdup_shallow(b, NULL, (void *) "", false); + fr_value_box_strdup_shallow(b, NULL, (void const *) "", false); break; default: