summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Benchmark/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Benchmark/client.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/client.cpp b/TAO/tests/Portable_Interceptors/Benchmark/client.cpp
index bf51c2f3bf0..440d3a26d00 100644
--- a/TAO/tests/Portable_Interceptors/Benchmark/client.cpp
+++ b/TAO/tests/Portable_Interceptors/Benchmark/client.cpp
@@ -110,7 +110,7 @@ run_test (Test_Interceptors::Secure_Vault_ptr server)
}
marker.dump_stats ("Authenticate method ", gsf, 2);
}
- catch (const Test_Interceptors::Invalid& userex)
+ catch (const Test_Interceptors::Invalid&)
{
ACE_DEBUG ((LM_DEBUG, "Invalid user\n"));
}