summaryrefslogtreecommitdiff
path: root/tests/Timer_Queue_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Timer_Queue_Test.cpp')
-rw-r--r--tests/Timer_Queue_Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Timer_Queue_Test.cpp b/tests/Timer_Queue_Test.cpp
index fc6391f959a..956e4f38faa 100644
--- a/tests/Timer_Queue_Test.cpp
+++ b/tests/Timer_Queue_Test.cpp
@@ -26,7 +26,8 @@
class Example_Handler : public ACE_Event_Handler
{
public:
- virtual int handle_timeout (const ACE_Time_Value &tv, const void *arg)
+ virtual int handle_timeout (const ACE_Time_Value &,
+ const void *arg)
{
ACE_ASSERT ((int) arg == 42);
return 0;
@@ -34,7 +35,7 @@ public:
};
int
-main (int argc, char *argv[])
+main (int, char *argv[])
{
ACE_START_TEST;