diff options
| -rw-r--r-- | zen/cmds/run.cpp | 1 |
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 |