ucx/kv_list.c

changeset 38
27fadadaae31
parent 31
287484519844
--- a/ucx/kv_list.c	Thu Jan 01 17:56:38 2026 +0100
+++ b/ucx/kv_list.c	Thu Jan 01 17:59:32 2026 +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