summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-07-26 12:24:20 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-07-26 12:24:20 +0100
commitfbab858b13d655f6efefa3907b20bd1a98f52667 (patch)
tree6d8d77ba37c1cde16057b858ae994751ecb20b3e
parentIf Accept header specifies no preference first, shortcut to default serializer (diff)
downloadicespider-fbab858b13d655f6efefa3907b20bd1a98f52667.tar.bz2
icespider-fbab858b13d655f6efefa3907b20bd1a98f52667.tar.xz
icespider-fbab858b13d655f6efefa3907b20bd1a98f52667.zip
Initialize var
-rw-r--r--icespider/compile/main.cpp2
1 files changed, 1 insertions, 1 deletions
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;