From 4d5726055c281e9119fe272f55cd106042c8671b Mon Sep 17 00:00:00 2001 From: Kamil Cukrowski Date: Fri, 1 Oct 2021 01:45:28 +0200 Subject: csmap.h: Silence unused parameter warning --- include/stc/csmap.h | 1 + 1 file changed, 1 insertion(+) 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}; } -- cgit v1.2.3