Changeset 3073 for trunk


Ignore:
Timestamp:
11/25/15 15:31:40 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...


Make MSFiller warning free. The parameter nCols is not commented out but casted to void since it is used in debug build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r3061 r3073  
    106106  virtual Bool visit(Bool isFirst, const uInt recordNo,
    107107                     const uInt nCols, void const *const colValues[]) {
     108    (void)nCols;
    108109    Int observationId, feedId, fieldId, dataDescId, scanNo, stateId;
    109110    Double time;
     
    808809    }
    809810  }
    810   void spectralSetup( Int &spwId, MEpoch &me, MPosition &mp, MDirection &md,
     811  void spectralSetup( Int &spwId, MEpoch &/*me*/, MPosition &/*mp*/, MDirection &/*md*/,
    811812                      uInt &freqId, Int &nchan,
    812813                      String &freqref, Double &reffreq, Double &bandwidth )
     
    815816    Int measFreqRef ;
    816817    getScalar( "MEAS_FREQ_REF", spwId, spwtab, measFreqRef ) ;
    817     MFrequency::Types freqRef = MFrequency::castType( measFreqRef ) ;
     818    //MFrequency::Types freqRef = MFrequency::castType( measFreqRef ) ;
    818819    //freqref = MFrequency::showType( freqRef ) ;
    819820    //freqref = "LSRK" ;
     
    13851386  virtual Bool visit(Bool isFirst, const uInt recordNo,
    13861387                     const uInt nCols, void const *const colValues[]) {
     1388    (void)nCols;
    13871389    Int antennaId, feedId, spwId;
    13881390    Double time;
Note: See TracChangeset for help on using the changeset viewer.