summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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&)
{
}