diff options
Diffstat (limited to 'TAO/tests/Object_Loader')
-rw-r--r-- | TAO/tests/Object_Loader/Loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Object_Loader/Loader.cpp b/TAO/tests/Object_Loader/Loader.cpp index ac699174f43..953d57e77f3 100644 --- a/TAO/tests/Object_Loader/Loader.cpp +++ b/TAO/tests/Object_Loader/Loader.cpp @@ -37,7 +37,7 @@ Loader::create_object (CORBA::ORB_ptr orb, return obj._retn (); } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { } return CORBA::Object::_nil (); |