Silence obvious compiler warnings

Generated with the assistance of an AI coding tool.
This commit is contained in:
Thomas Krijnen
2026-08-08 17:08:26 +02:00
parent b706121f53
commit 61f30dd200
28 changed files with 175 additions and 150 deletions
+3
View File
@@ -163,6 +163,9 @@ public:
}
bool operator==(const iterator& other) const {
#ifndef IFOPSH_WITH_ROCKSDB
(void)other;
#endif
#ifdef IFOPSH_WITH_ROCKSDB
if (!it_ && !other.it_)
return true;