summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorKamil Cukrowski <[email protected]>2021-10-01 01:45:28 +0200
committerKamil Cukrowski <[email protected]>2021-10-01 01:45:28 +0200
commit4d5726055c281e9119fe272f55cd106042c8671b (patch)
tree140f02b4f2e45218765a4915c612465479ab4260 /include
parentaef9a85d009787a6a592c9ea81eadf655e755608 (diff)
downloadSTC-modified-4d5726055c281e9119fe272f55cd106042c8671b.tar.gz
STC-modified-4d5726055c281e9119fe272f55cd106042c8671b.zip
csmap.h: Silence unused parameter warning
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};
}