From 0e740e83cb3ea483ccbc9cb17f5ebd1df4c2e281 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 15 Feb 2001 22:02:03 +0000 Subject: [PATCH] fixed warning --- src/libCom/test/epicsTimerTestMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/test/epicsTimerTestMain.cpp b/src/libCom/test/epicsTimerTestMain.cpp index d1a91cc91..dd82e476c 100644 --- a/src/libCom/test/epicsTimerTestMain.cpp +++ b/src/libCom/test/epicsTimerTestMain.cpp @@ -31,7 +31,7 @@ void epicsTimerTest ( void ); -int main ( int argc, char *argv[] ) +int main ( int /* argc */, char /* *argv[] */ ) { epicsTimerTest (); return 0;