summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-05 19:01:42 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-05 19:01:42 +0000
commit6ade870d2dfe84b06cd867561f7fdd6ad7966e4b (patch)
treeb43ed1815b573f60cda09810d60f5a899e6874d6
parent616ac2e37085b5105300594d5701fa9de98553ee (diff)
downloadATCD-6ade870d2dfe84b06cd867561f7fdd6ad7966e4b.tar.gz
Mon Feb 5 13:00:17 2001 Krishnakumar B <kitty@cs.wustl.edu>
* tests/Thread_Mutex_Test.cpp: (reported_notsup) Removed a warning about defined but not used.
-rw-r--r--tests/Thread_Mutex_Test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Thread_Mutex_Test.cpp b/tests/Thread_Mutex_Test.cpp
index 692063f5e87..621cd5bdd3a 100644
--- a/tests/Thread_Mutex_Test.cpp
+++ b/tests/Thread_Mutex_Test.cpp
@@ -25,8 +25,12 @@ ACE_RCSID(tests, Thread_Mutex_Test, "$Id$")
#if defined (ACE_HAS_THREADS)
+#if !defined (ACE_HAS_MUTEX_TIMEOUTS)
+
static int reported_notsup = 0;
+#endif
+
static void *
test (void *args)