From 91679b6bd3a611f17a2e87d32ee8be8f2127c4b3 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Sat, 4 Sep 2021 22:05:48 +0200 Subject: Silence unused parameter warning --- zenstore/filecas.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3