diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-06-01 20:55:28 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-06-01 20:55:28 +0000 |
commit | 83ce270177934e500f6ccb1f57f7435eb28eeab6 (patch) | |
tree | cc610413197ce295c66460aabd131fe20c7219a2 /tests | |
parent | a7cfb3ea07e4b1b4b792f015d93fd161c8b102f8 (diff) | |
download | ATCD-83ce270177934e500f6ccb1f57f7435eb28eeab6.tar.gz |
ChangeLogTag: Thu Jun 1 20:53:31 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Recursive_Mutex_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Recursive_Mutex_Test.cpp b/tests/Recursive_Mutex_Test.cpp index 07b3357ced4..74cd2122bbf 100644 --- a/tests/Recursive_Mutex_Test.cpp +++ b/tests/Recursive_Mutex_Test.cpp @@ -327,6 +327,8 @@ run_main (int argc, ACE_TCHAR *argv[]) (void *) &rm); ACE_Thread_Manager::instance ()->wait (); #else + ACE_UNUSED_ARG (argc); + ACE_UNUSED_ARG (argv); ACE_ERROR ((LM_ERROR, ACE_TEXT ("ACE doesn't support recursive process ") ACE_TEXT ("mutexes on this platform\n"))); |