]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add NDEBUG_UNUSED
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Apr 2022 23:04:53 +0000 (19:04 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Apr 2022 23:04:53 +0000 (19:04 -0400)
src/lib/util/pair.c

index ecffd5a7c49ea7049ef50565247324482159e9cf..f36a84fdb73d64360209ce85165a9ef26e005726 100644 (file)
@@ -866,7 +866,7 @@ static int _pair_list_dcursor_insert(fr_dlist_head_t *list, void *to_insert, UNU
  * @return
  *     - 0 on success.
  */
-static int _pair_list_dcursor_remove(fr_dlist_head_t *list, void *to_remove, UNUSED void *uctx)
+static int _pair_list_dcursor_remove(NDEBUG_UNUSED fr_dlist_head_t *list, void *to_remove, UNUSED void *uctx)
 {
        fr_pair_t *vp = to_remove;