diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-22 17:59:02 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-22 17:59:02 +0000 |
commit | 712bc5e84ea7b8ea5e9d496b72f3b077b24e2347 (patch) | |
tree | 668a47f197e15afe9b3976faa8b8391e5f63da83 /ace/Thread_Manager.cpp | |
parent | 0ed19f0f7e6f636280702e8ace013551c0cce5f4 (diff) | |
download | ATCD-712bc5e84ea7b8ea5e9d496b72f3b077b24e2347.tar.gz |
foo
Diffstat (limited to 'ace/Thread_Manager.cpp')
-rw-r--r-- | ace/Thread_Manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Thread_Manager.cpp b/ace/Thread_Manager.cpp index 71b0198cda2..39ceaa773e3 100644 --- a/ace/Thread_Manager.cpp +++ b/ace/Thread_Manager.cpp @@ -730,7 +730,7 @@ ACE_Thread_Manager::wait (const ACE_Time_Value *timeout) if (this->zero_cond_.wait (timeout) == -1) return -1; #else - timeout = timeout; + ACE_UNUSED_ARG (timeout); #endif /* ACE_HAS_THREADS */ return 0; |