From: Alan T. DeKok Date: Sun, 12 Dec 2021 20:43:24 +0000 (-0500) Subject: add ndebug unused X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c41439ea69ae58724fd761a03941c3d800b8be;p=thirdparty%2Ffreeradius-server.git add ndebug unused --- diff --git a/src/lib/unlang/edit.c b/src/lib/unlang/edit.c index a3e8b2f1420..28979d9772f 100644 --- a/src/lib/unlang/edit.c +++ b/src/lib/unlang/edit.c @@ -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");