]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
quiet compiler
authorAlan T. DeKok <aland@freeradius.org>
Tue, 3 Oct 2023 15:58:26 +0000 (11:58 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 3 Oct 2023 15:58:26 +0000 (11:58 -0400)
src/lib/unlang/xlat_expr.c

index d2ddde2afbc650fe957da401e143ef6080028403..7971744a844107849c8b254cdf32344dec7a2ee9 100644 (file)
@@ -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: