summaryrefslogtreecommitdiff
path: root/cpp/demo/IcePack/hello/Client.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-12-18 21:37:19 +0000
committerMark Spruiell <mes@zeroc.com>2003-12-18 21:37:19 +0000
commit8d060c3b03350ab64824d19609c59bcc9434e52d (patch)
tree727a643662fde792a71baab15b8f98bf4c157411 /cpp/demo/IcePack/hello/Client.cpp
parentAdded PermissionsVerifier to Glacier. (diff)
downloadice-8d060c3b03350ab64824d19609c59bcc9434e52d.tar.bz2
ice-8d060c3b03350ab64824d19609c59bcc9434e52d.tar.xz
ice-8d060c3b03350ab64824d19609c59bcc9434e52d.zip
Win32 fix
Diffstat (limited to 'cpp/demo/IcePack/hello/Client.cpp')
-rw-r--r--cpp/demo/IcePack/hello/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IcePack/hello/Client.cpp b/cpp/demo/IcePack/hello/Client.cpp
index 15e1ddaa924..173d113d40f 100644
--- a/cpp/demo/IcePack/hello/Client.cpp
+++ b/cpp/demo/IcePack/hello/Client.cpp
@@ -123,7 +123,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
{
hello = HelloPrx::checkedCast(factory->find(name));
}
- catch(const NameNotExistException& ex)
+ catch(const NameNotExistException&)
{
cout << "This name doesn't exist" << endl;
}