aboutsummaryrefslogtreecommitdiff
path: root/zenstore/CAS.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-19 23:31:13 +0200
committerStefan Boberg <[email protected]>2021-09-19 23:31:13 +0200
commit352aec91f76719492578f36e760a5d268d141010 (patch)
tree26b54791691438417d68c900f15162d6e81940b1 /zenstore/CAS.cpp
parentImplemented handling of "large" chunks in compact cas scrubbing (diff)
downloadzen-352aec91f76719492578f36e760a5d268d141010.tar.xz
zen-352aec91f76719492578f36e760a5d268d141010.zip
Fixed unused variable warnings exposed by xmake build (unclear why I do not receive them in VS, but likely due to vcpkg versioning)
Diffstat (limited to 'zenstore/CAS.cpp')
-rw-r--r--zenstore/CAS.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenstore/CAS.cpp b/zenstore/CAS.cpp
index b3ef7a320..a143230d3 100644
--- a/zenstore/CAS.cpp
+++ b/zenstore/CAS.cpp
@@ -28,6 +28,7 @@ namespace zen {
void
ScrubContext::ReportBadChunks(std::span<IoHash> BadChunks)
{
+ ZEN_UNUSED(BadChunks);
}
/**