summaryrefslogtreecommitdiff
path: root/Kokyu
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-07 23:03:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-07 23:03:45 +0000
commit2fea2c24847e3e2092027ee955bd2c06b5bfa8d9 (patch)
treea4e9ec4de7cd0cd19be490775b1cd790b211dd86 /Kokyu
parentf4d914a2dc755266f12fd05a99b89c9c9c523523 (diff)
downloadATCD-2fea2c24847e3e2092027ee955bd2c06b5bfa8d9.tar.gz
ChangeLogTag:Fri May 7 15:59:30 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'Kokyu')
-rw-r--r--Kokyu/tests/DSRT_MIF/MIF.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Kokyu/tests/DSRT_MIF/MIF.cpp b/Kokyu/tests/DSRT_MIF/MIF.cpp
index 9994b59f5f8..c878d5a0cb2 100644
--- a/Kokyu/tests/DSRT_MIF/MIF.cpp
+++ b/Kokyu/tests/DSRT_MIF/MIF.cpp
@@ -73,12 +73,11 @@ int MyTask::svc (void)
{
ACE_hthread_t thr_handle;
ACE_Thread::self (thr_handle);
- int prio;
ACE_DEBUG ((LM_DEBUG, "(%t|%T): task activated\n"));
ACE_ASSERT (dispatcher_ != 0);
- prio = dispatcher_->schedule (guid_, qos_);
+ (void) dispatcher_->schedule (guid_, qos_);
barrier_.wait ();