diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/IcePack/hello/Client.cpp | 2 |
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; } |