diff options
| author | Stefan Boberg <[email protected]> | 2021-09-19 23:31:13 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-19 23:31:13 +0200 |
| commit | 352aec91f76719492578f36e760a5d268d141010 (patch) | |
| tree | 26b54791691438417d68c900f15162d6e81940b1 /zenstore/CAS.cpp | |
| parent | Implemented handling of "large" chunks in compact cas scrubbing (diff) | |
| download | zen-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.cpp | 1 |
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); } /** |