diff options
| author | Kamil Cukrowski <[email protected]> | 2021-10-01 01:45:28 +0200 |
|---|---|---|
| committer | Kamil Cukrowski <[email protected]> | 2021-10-01 01:45:28 +0200 |
| commit | 4d5726055c281e9119fe272f55cd106042c8671b (patch) | |
| tree | 140f02b4f2e45218765a4915c612465479ab4260 | |
| parent | aef9a85d009787a6a592c9ea81eadf655e755608 (diff) | |
| download | STC-modified-4d5726055c281e9119fe272f55cd106042c8671b.tar.gz STC-modified-4d5726055c281e9119fe272f55cd106042c8671b.zip | |
csmap.h: Silence unused parameter warning
| -rw-r--r-- | include/stc/csmap.h | 1 |
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};
}
|
