Index: /trunk/FACT++/src/mcp.cc
===================================================================
--- /trunk/FACT++/src/mcp.cc	(revision 11515)
+++ /trunk/FACT++/src/mcp.cc	(revision 11516)
@@ -126,5 +126,5 @@
     }
 
-    int SetVerbosity(const EventImp &evt)
+    int SetVerbosity(const EventImp &)
     {
         /*
@@ -172,5 +172,5 @@
     }
 
-    int StopRun(const EventImp &evt)
+    int StopRun(const EventImp &)
     {
         if (fStatusFTM.second==FTM::kTakingData)
@@ -187,5 +187,5 @@
     }
 
-    int Reset(const EventImp &evt)
+    int Reset(const EventImp &)
     {
         fRunType = "";
@@ -408,5 +408,5 @@
     }
 
-    int EvalOptions(Configuration &conf)
+    int EvalOptions(Configuration &)
     {
         //SetEndpoint(conf.Get<string>("addr"));
