diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-26 18:25:17 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-26 18:25:17 +0000 |
commit | 9d3d9ad8a7fa7011f61492c6903ee7feb7e61d35 (patch) | |
tree | dd179c11d0ebdcf608e9d63b10138430254912da /TAO/tests/OBV | |
parent | 433448ec1466b415ff6d279ff92521f8e5928feb (diff) | |
download | ATCD-9d3d9ad8a7fa7011f61492c6903ee7feb7e61d35.tar.gz |
ChangeLogTag: Fri Jan 26 18:21:17 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/OBV')
-rw-r--r-- | TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/OBV/Factory/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/OBV/Truncatable/client.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp b/TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp index adc22cd2ac0..3a297b25374 100644 --- a/TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp +++ b/TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp @@ -90,7 +90,7 @@ main (int argc, char *argv[]) ACE_Thread_Manager::instance ()->wait (); } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { // Ignore exceptions.. } diff --git a/TAO/tests/OBV/Factory/client.cpp b/TAO/tests/OBV/Factory/client.cpp index 5cd4fd15d9a..d33f1f43d70 100644 --- a/TAO/tests/OBV/Factory/client.cpp +++ b/TAO/tests/OBV/Factory/client.cpp @@ -52,7 +52,7 @@ no_factory (OBV_FactoryTest::Test_ptr test) succeed = true; } } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { } diff --git a/TAO/tests/OBV/Truncatable/client.cpp b/TAO/tests/OBV/Truncatable/client.cpp index e000aaf57d2..372e751b0e2 100644 --- a/TAO/tests/OBV/Truncatable/client.cpp +++ b/TAO/tests/OBV/Truncatable/client.cpp @@ -260,7 +260,7 @@ main (int argc, char *argv[]) ACE_TEXT_CHAR_TO_TCHAR(desc.in()))); test->op1 ("case4", &v3, ov3.out (), desc.inout ()); } - catch (const CORBA::MARSHAL& v3ex) + catch (const CORBA::MARSHAL&) { if (verbose) ACE_DEBUG ((LM_DEBUG,ACE_TEXT ("passed\n"))); |