summaryrefslogtreecommitdiff
path: root/TAO/tests/Muxed_GIOP_Versions/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Muxed_GIOP_Versions/client.cpp')
-rw-r--r--TAO/tests/Muxed_GIOP_Versions/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Muxed_GIOP_Versions/client.cpp b/TAO/tests/Muxed_GIOP_Versions/client.cpp
index 6a267a9487c..31b4cc6aa38 100644
--- a/TAO/tests/Muxed_GIOP_Versions/client.cpp
+++ b/TAO/tests/Muxed_GIOP_Versions/client.cpp
@@ -148,7 +148,7 @@ main (int argc, char *argv[])
}
}
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// ACE_DEBUG ((LM_DEBUG, "caught exception\n", corbaloc_arg));
}
@@ -199,7 +199,7 @@ Client::validate_connection (void)
{
this->server_->test_method (j);
}
- catch (const CORBA::Exception& ex){}
+ catch (const CORBA::Exception&){}
}
}