diff options
| author | Martin Ridgers <[email protected]> | 2021-11-30 16:13:21 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-01 09:31:50 +0100 |
| commit | eadfbef2bb34ad24dce391b1c8a9f5bc44fc6536 (patch) | |
| tree | f6200781b569d6167decb2c042e6fe03c4f95636 | |
| parent | Removed unused #include statement (diff) | |
| download | zen-eadfbef2bb34ad24dce391b1c8a9f5bc44fc6536.tar.xz zen-eadfbef2bb34ad24dce391b1c8a9f5bc44fc6536.zip | |
Fixed unused parameter warning
| -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 |