summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-04-20 16:33:23 +0000
committerMarc Laukien <marc@zeroc.com>2002-04-20 16:33:23 +0000
commit9e3aced27c18714d0d772370f1f5ed3531b5276d (patch)
tree02d6f7ea415770f56e806eed8e399c9d4ef816da /cpp/src/IcePatch/Client.cpp
parentBusyException; naming fixes (diff)
downloadice-9e3aced27c18714d0d772370f1f5ed3531b5276d.tar.bz2
ice-9e3aced27c18714d0d772370f1f5ed3531b5276d.tar.xz
ice-9e3aced27c18714d0d772370f1f5ed3531b5276d.zip
fix
Diffstat (limited to 'cpp/src/IcePatch/Client.cpp')
-rw-r--r--cpp/src/IcePatch/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp
index d29aabe2da2..f7d37caa762 100644
--- a/cpp/src/IcePatch/Client.cpp
+++ b/cpp/src/IcePatch/Client.cpp
@@ -202,7 +202,7 @@ IcePatch::Client::run(int argc, char* argv[])
}
return EXIT_FAILURE;
}
- catch (const BusyException& ex)
+ catch (const BusyException&)
{
cout << endl; // There might still be a non-terminated line on cout.
cerr << appName() << ": patching service busy, try again later" << endl;