summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-01 08:16:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-01 08:16:42 +0000
commitafbd1737bb16bc8763e098f8ccfb628c66350992 (patch)
treedc73535734c67499032b30d46b6ab631736679ad
parent70d9e237ac2775fb1d2b007bf424d630f9a75415 (diff)
downloadATCD-afbd1737bb16bc8763e098f8ccfb628c66350992.tar.gz
Fixed warning
-rw-r--r--TAO/tests/Bug_3896_Regression/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3896_Regression/client.cpp b/TAO/tests/Bug_3896_Regression/client.cpp
index fe5cc3738e1..9187ddc46eb 100644
--- a/TAO/tests/Bug_3896_Regression/client.cpp
+++ b/TAO/tests/Bug_3896_Regression/client.cpp
@@ -152,7 +152,7 @@ Client::svc (void)
"(%P|%t) Shutting down ORB\n"));
orb_->shutdown (true);
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
return 0;