summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongUpcalls/Manager.cpp')
-rw-r--r--TAO/tests/LongUpcalls/Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/LongUpcalls/Manager.cpp b/TAO/tests/LongUpcalls/Manager.cpp
index 8d2f8d8442a..429713aa205 100644
--- a/TAO/tests/LongUpcalls/Manager.cpp
+++ b/TAO/tests/LongUpcalls/Manager.cpp
@@ -22,7 +22,7 @@ validate_connection (Test::Controller_ptr controller)
controller->_is_a ("Not_an_IDL_Type");
#endif
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
}