diff options
| -rw-r--r-- | zenstore/filecas.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp index 2ae2676d3..56d25e729 100644 --- a/zenstore/filecas.cpp +++ b/zenstore/filecas.cpp @@ -355,6 +355,7 @@ FileCasStrategy::Flush() void FileCasStrategy::GarbageCollect(GcContext& GcCtx) { + ZEN_UNUSED(GcCtx); } } // namespace zen |