Ignore:
Timestamp:
07/21/11 13:26:23 (13 years ago)
Author:
tbretz
Message:
Removed some arguments to suppress compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/mcp.cc

    r11509 r11516  
    126126    }
    127127
    128     int SetVerbosity(const EventImp &evt)
     128    int SetVerbosity(const EventImp &)
    129129    {
    130130        /*
     
    172172    }
    173173
    174     int StopRun(const EventImp &evt)
     174    int StopRun(const EventImp &)
    175175    {
    176176        if (fStatusFTM.second==FTM::kTakingData)
     
    187187    }
    188188
    189     int Reset(const EventImp &evt)
     189    int Reset(const EventImp &)
    190190    {
    191191        fRunType = "";
     
    408408    }
    409409
    410     int EvalOptions(Configuration &conf)
     410    int EvalOptions(Configuration &)
    411411    {
    412412        //SetEndpoint(conf.Get<string>("addr"));
Note: See TracChangeset for help on using the changeset viewer.