aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-30 16:13:21 +0100
committerMartin Ridgers <[email protected]>2021-12-01 09:31:50 +0100
commiteadfbef2bb34ad24dce391b1c8a9f5bc44fc6536 (patch)
treef6200781b569d6167decb2c042e6fe03c4f95636
parentRemoved unused #include statement (diff)
downloadzen-eadfbef2bb34ad24dce391b1c8a9f5bc44fc6536.tar.xz
zen-eadfbef2bb34ad24dce391b1c8a9f5bc44fc6536.zip
Fixed unused parameter warning
-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