From fbab858b13d655f6efefa3907b20bd1a98f52667 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 26 Jul 2023 12:24:20 +0100 Subject: Initialize var --- icespider/compile/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icespider/compile/main.cpp b/icespider/compile/main.cpp index cd50f15..3133006 100644 --- a/icespider/compile/main.cpp +++ b/icespider/compile/main.cpp @@ -38,7 +38,7 @@ defaultPostProcessor() int main(int c, char ** v) { - bool showHelp; + bool showHelp = false; IceSpider::Compile::RouteCompiler rc; std::filesystem::path input, output; std::string post; -- cgit v1.2.3