summaryrefslogtreecommitdiff
path: root/tests/Message_Queue_Test_Ex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Message_Queue_Test_Ex.cpp')
-rw-r--r--tests/Message_Queue_Test_Ex.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Message_Queue_Test_Ex.cpp b/tests/Message_Queue_Test_Ex.cpp
index fad97119da7..f8bb40aec58 100644
--- a/tests/Message_Queue_Test_Ex.cpp
+++ b/tests/Message_Queue_Test_Ex.cpp
@@ -10,7 +10,7 @@
//
// = DESCRIPTION
// This is:
-// 1) a simple test of the ACE_Message_Queue_Ex that
+// 1) a simple test of the ACE_Message_Queue_Ex that
// executes a performance measurement test for both single-threaded
// (null synch) and thread-safe ACE_Message_Queue_Exs.
//
@@ -72,6 +72,7 @@ struct Queue_Wrapper
static int
single_thread_performance_test (int queue_type = 0)
{
+ ACE_UNUSED_ARG (queue_type);
const char test_message[] =
"ACE_Message_Queue_Ex Test Message";
const ACE_TCHAR *message =