aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zen/cmds/run.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/cmds/run.cpp b/zen/cmds/run.cpp
index 085e74061..8299c981a 100644
--- a/zen/cmds/run.cpp
+++ b/zen/cmds/run.cpp
@@ -45,6 +45,7 @@ RunCommand::~RunCommand() = default;
void
CreateTreeManifest(std::filesystem::path RootPath)
{
+ ZEN_UNUSED(RootPath);
}
int