aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-06-11 23:21:51 +0200
committerStefan Boberg <[email protected]>2022-06-11 23:21:51 +0200
commitae8bf93e13635b9cc74973197609b462968618ed (patch)
tree34a6088d1010b072dc637df8242fa35ea7e6592a /zenserver/cache/structuredcachestore.cpp
parentUpdate README.md (diff)
downloadzen-ae8bf93e13635b9cc74973197609b462968618ed.tar.xz
zen-ae8bf93e13635b9cc74973197609b462968618ed.zip
fixed mac build ("unused" variable)
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
-rw-r--r--zenserver/cache/structuredcachestore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp
index 91e374ae2..0ccd5d52a 100644
--- a/zenserver/cache/structuredcachestore.cpp
+++ b/zenserver/cache/structuredcachestore.cpp
@@ -2789,6 +2789,8 @@ TEST_CASE("z$.legacyconversion")
SingleBlockSize += Size;
}
+ ZEN_UNUSED(SingleBlockSize);
+
std::vector<IoHash> ChunkHashes;
ChunkHashes.reserve(ChunkCount);
for (const IoBuffer& Chunk : Chunks)