Changeset 18585 for trunk/FACT++


Ignore:
Timestamp:
09/16/16 14:54:27 (8 years ago)
Author:
tbretz
Message:
Fixed some warning about unused function parameters.
File:
1 edited

Legend:

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

    r18490 r18585  
    408408//! Perform the actual dump, based on the current parameters
    409409//
    410 void FitsDumper::Dump(ostream &fout, const vector<string> &format, const vector<MyColumn> &cols, const string &filter, size_t first, size_t limit, const string &filename)
     410void FitsDumper::Dump(ostream &fout, const vector<string> &format, const vector<MyColumn> &cols, const string &/*filter*/, size_t first, size_t limit, const string &filename)
    411411{
    412412    const fits::Table::Keys &fKeyMap = GetKeys();
     
    632632}
    633633
    634 void FitsDumper::DumpRoot(ostream &fout, const vector<string> &cols, const string &filter, size_t first, size_t limit, const string &filename)
     634void FitsDumper::DumpRoot(ostream &/*fout*/, const vector<string> &/*cols*/, const string &/*filter*/, size_t /*first*/, size_t /*limit*/, const string &/*filename*/)
    635635{
    636636#ifdef HAVE_ROOT
     
    836836}
    837837
    838 void FitsDumper::DumpStats(ostream &fout, const vector<MyColumn> &cols, const string &filter, size_t first, size_t limit)
     838void FitsDumper::DumpStats(ostream &fout, const vector<MyColumn> &cols, const string &/*filter*/, size_t first, size_t limit)
    839839{
    840840#ifdef HAVE_ROOT
Note: See TracChangeset for help on using the changeset viewer.