aboutsummaryrefslogtreecommitdiff
path: root/src/zen/zen.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-15 19:09:35 +0200
committerStefan Boberg <[email protected]>2023-05-15 19:09:35 +0200
commit11f79e65d215f53e9d29e7c4e1356fdfc7d901fd (patch)
tree9f70333a0c278556ca2d290e9583224dcfa34aa2 /src/zen/zen.cpp
parentAdded Windows runner setup doc (diff)
downloadarchived-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.cpp2
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());