summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/IcePackNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/IcePackNode.cpp')
-rw-r--r--cpp/src/IcePack/IcePackNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/IcePackNode.cpp b/cpp/src/IcePack/IcePackNode.cpp
index 78a9316f365..f7c66acb086 100644
--- a/cpp/src/IcePack/IcePackNode.cpp
+++ b/cpp/src/IcePack/IcePackNode.cpp
@@ -376,7 +376,7 @@ main(int argc, char* argv[])
args = properties->parseCommandLineOptions("IcePack", args);
Ice::stringSeqToArgs(args, argc, argv);
- bool nowarn;
+ bool nowarn = false;
for(int i = 1; i < argc; ++i)
{
if(strcmp(argv[i], "--nowarn") == 0)