summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-02 02:30:59 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-02 02:30:59 +0000
commit5030de0847c9b391118777112a7457ac6da2b6b0 (patch)
tree1dc3fc272f1ece1c671bcbc360d1c463861c3776 /ace/Timer_Queue_T.cpp
parenteea422bae415dc54d18fc5089e28270d0a993288 (diff)
downloadATCD-5030de0847c9b391118777112a7457ac6da2b6b0.tar.gz
(schedule): added ACE_UNUSED_ARGs for act and interval
Diffstat (limited to 'ace/Timer_Queue_T.cpp')
-rw-r--r--ace/Timer_Queue_T.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp
index d17b7065fd5..039222edb2c 100644
--- a/ace/Timer_Queue_T.cpp
+++ b/ace/Timer_Queue_T.cpp
@@ -303,6 +303,9 @@ ACE_Async_Timer_Queue_Adapter<TQ>::schedule (ACE_Event_Handler *eh,
const ACE_Time_Value &delay,
const ACE_Time_Value &interval)
{
+ ACE_UNUSED_ARG (act);
+ ACE_UNUSED_ARG (interval);
+
// Block all signals.
ACE_Sig_Guard sg;
ACE_UNUSED_ARG (sg);