diff options
| author | Stefan Boberg <[email protected]> | 2023-05-15 19:09:35 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-15 19:09:35 +0200 |
| commit | 11f79e65d215f53e9d29e7c4e1356fdfc7d901fd (patch) | |
| tree | 9f70333a0c278556ca2d290e9583224dcfa34aa2 /src/zen/zen.cpp | |
| parent | Added Windows runner setup doc (diff) | |
| download | archived-zen-11f79e65d215f53e9d29e7c4e1356fdfc7d901fd.tar.xz archived-zen-11f79e65d215f53e9d29e7c4e1356fdfc7d901fd.zip | |
disable warning C5105 in ZEN_THIRD_PARTY_INCLUDES_START
Diffstat (limited to 'src/zen/zen.cpp')
| -rw-r--r-- | src/zen/zen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/zen.cpp b/src/zen/zen.cpp index 4f798b863..d32b630fe 100644 --- a/src/zen/zen.cpp +++ b/src/zen/zen.cpp @@ -387,7 +387,7 @@ main(int argc, char** argv) if (StrCaseCompare(SubCommand.c_str(), CmdInfo.CmdName) == 0) { cxxopts::Options& VerbOptions = CmdInfo.Cmd->Options(); - + try { return CmdInfo.Cmd->Run(GlobalOptions, (int)CommandArgVec.size(), CommandArgVec.data()); |