diff options
Diffstat (limited to 'tests/Reactor_Timer_Test.cpp')
-rw-r--r-- | tests/Reactor_Timer_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reactor_Timer_Test.cpp b/tests/Reactor_Timer_Test.cpp index ff5d6b9938e..4f843c77c37 100644 --- a/tests/Reactor_Timer_Test.cpp +++ b/tests/Reactor_Timer_Test.cpp @@ -50,7 +50,7 @@ public: }; int -main (int, char *argv[]) +main (int, char *[]) { ACE_START_TEST ("Reactor_Timer_Test"); |