From 63ec2e94687e02a933e3d3d7bd853c895c5e809e Mon Sep 17 00:00:00 2001 From: Lee Savoie Date: Fri, 19 Jan 2018 13:22:07 -0700 Subject: [PATCH] Issue #666: initialize variable in gerewritedbroot (#667) --- earth_enterprise/src/fusion/portableglobe/gerewritedbroot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earth_enterprise/src/fusion/portableglobe/gerewritedbroot.cpp b/earth_enterprise/src/fusion/portableglobe/gerewritedbroot.cpp index 1a56e3df0a..5483f20a35 100644 --- a/earth_enterprise/src/fusion/portableglobe/gerewritedbroot.cpp +++ b/earth_enterprise/src/fusion/portableglobe/gerewritedbroot.cpp @@ -298,7 +298,7 @@ void usage(const std::string &progn, const char *msg = 0, ...) { int main(int argc, char *argv[]) { std::string progname = argv[0]; - bool help; + bool help = false; bool use_ssl_for_kml = false; std::string source; std::string icon_directory;