summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stc/csmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stc/csmap.h b/include/stc/csmap.h
index 8a172ad4..e6838e22 100644
--- a/include/stc/csmap.h
+++ b/include/stc/csmap.h
@@ -196,6 +196,7 @@ cx_memb(_begin)(const Self* self) {
STC_INLINE cx_iter_t
cx_memb(_end)(const Self* self) {
+ (void)self;
return c_make(cx_iter_t){.ref = NULL};
}