]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
shut up compiler
authorAlan T. DeKok <aland@freeradius.org>
Tue, 9 Nov 2021 23:46:28 +0000 (18:46 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 9 Nov 2021 23:46:28 +0000 (18:46 -0500)
src/modules/rlm_unpack/rlm_unpack.c

index 992a8cfda7ac8b1353606bab0bf54fdea5b6344f..7bea8a8f68fa83a65170eee7bde314d231287afc 100644 (file)
@@ -145,7 +145,7 @@ static xlat_action_t unpack_xlat(TALLOC_CTX *ctx, fr_dcursor_t *out, request_t *
 /*
  *     Register the xlats
  */
-static int mod_bootstrap(UNUSED void *instance, CONF_SECTION *conf)
+static int mod_bootstrap(UNUSED void *instance, UNUSED CONF_SECTION *conf)
 {
        xlat_t  *xlat;