From 6f62e39627d7989ac903f3ff2ac8b00ccd9ca80c Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Sat, 30 Mar 2013 06:39:50 +0000
Subject: [PATCH] Task #4315: Fixed compiler warning

---
 RTCP/Cobalt/InputProc/test/tPacketFactory.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RTCP/Cobalt/InputProc/test/tPacketFactory.cc b/RTCP/Cobalt/InputProc/test/tPacketFactory.cc
index 002e15e13fd..a3f08e2f078 100644
--- a/RTCP/Cobalt/InputProc/test/tPacketFactory.cc
+++ b/RTCP/Cobalt/InputProc/test/tPacketFactory.cc
@@ -59,7 +59,7 @@ void test()
   }
 }
 
-int main( int, char **argv )
+int main( int, char ** )
 {
   INIT_LOGGER( "tPacketFactory" );
 
-- 
GitLab