ucx/kv_list.c

changeset 1040
473d8cb58a6c
parent 1016
ccde46662db7
--- a/ucx/kv_list.c	Wed Dec 31 12:37:09 2025 +0100
+++ b/ucx/kv_list.c	Wed Dec 31 16:40:12 2025 +0100
@@ -515,7 +515,7 @@
 }
 
 static int cx_kvl_change_capacity(struct cx_list_s *list,
-        cx_attr_unused size_t cap) {
+        CX_UNUSED size_t cap) {
     // since our backing list is a linked list, we don't need to do much here,
     // but rehashing the map is quite useful
     cx_kv_list *kv_list = (cx_kv_list*)list;

mercurial