summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);