summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html/Main.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2008-01-23 09:15:28 -0500
committerBernard Normier <bernard@zeroc.com>2008-01-23 09:15:28 -0500
commit2cdd39227e7efda5fc8b3a04a9c2b0d678943a17 (patch)
treeac7d3ef0ae27a80cc2bc1f4a2c7f42c52d35e979 /cpp/src/slice2html/Main.cpp
parentNew VC60 third-party build + VC60 build fixes (diff)
parent- Added IceUtil::SyscallException and cleaned up few IceUtil exceptions (diff)
downloadice-2cdd39227e7efda5fc8b3a04a9c2b0d678943a17.tar.bz2
ice-2cdd39227e7efda5fc8b3a04a9c2b0d678943a17.tar.xz
ice-2cdd39227e7efda5fc8b3a04a9c2b0d678943a17.zip
Merge branch 'master' of ssh://cvs/home/git/ice
Diffstat (limited to 'cpp/src/slice2html/Main.cpp')
-rw-r--r--cpp/src/slice2html/Main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2html/Main.cpp b/cpp/src/slice2html/Main.cpp
index 6ca031ae35b..3cb0ff90778 100644
--- a/cpp/src/slice2html/Main.cpp
+++ b/cpp/src/slice2html/Main.cpp
@@ -125,7 +125,7 @@ main(int argc, char* argv[])
string indexFooter = opts.optArg("indexftr");
string ind = opts.optArg("index");
- unsigned indexCount;
+ unsigned indexCount = 0;
if(!ind.empty())
{
istringstream s(ind);
@@ -145,7 +145,7 @@ main(int argc, char* argv[])
string searchAction = opts.optArg("search");
string warnSummary = opts.optArg("summary");
- unsigned summaryCount;
+ unsigned summaryCount = 0;
if(!warnSummary.empty())
{
istringstream s(warnSummary);