summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:27:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:27:43 +0000
commitb81efdb6394b9d45acb95d82b6678150f576b386 (patch)
tree10ac163665b905412e149adb484300e1a5594c32
parent6bf340e1d60c53b40e11f3a8c09d4940fc703aa4 (diff)
downloadATCD-b81efdb6394b9d45acb95d82b6678150f576b386.tar.gz
-rw-r--r--TAO/tests/Compression/server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Compression/server.cpp b/TAO/tests/Compression/server.cpp
index db476f2a5a1..5a80b3d0b2d 100644
--- a/TAO/tests/Compression/server.cpp
+++ b/TAO/tests/Compression/server.cpp
@@ -25,7 +25,7 @@ test_invalid_compression_factory (Compression::CompressionManager_ptr cm)
ACE_UNUSED_ARG (ex);
succeed = true;
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
@@ -55,7 +55,7 @@ test_duplicate_compression_factory (
ACE_UNUSED_ARG (ex);
succeed = true;
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
@@ -85,7 +85,7 @@ test_register_nil_compression_factory (
succeed = true;
}
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}