]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add ndebug unused
authorAlan T. DeKok <aland@freeradius.org>
Sun, 12 Dec 2021 20:43:24 +0000 (15:43 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 12 Dec 2021 20:43:24 +0000 (15:43 -0500)
src/lib/unlang/edit.c

index a3e8b2f1420024d413a61ef932ea3ef6817138c7..28979d9772f424070388443497d6f850c88bbfad 100644 (file)
@@ -481,7 +481,7 @@ leaf:
        return 0;
 }
 
-static int expand_rhs_list(unlang_frame_state_edit_t *state, request_t *request, map_t const *map)
+static int expand_rhs_list(NDEBUG_UNUSED unlang_frame_state_edit_t *state, request_t *request, map_t const *map)
 {
        if (map->op != T_OP_SET) {
                REDEBUG("Operator not implemented");