Changeset 3074


Ignore:
Timestamp:
11/25/15 15:32:07 (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 MSWriter 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/MSWriter.cpp

    r3064 r3074  
    496496  virtual Bool visit(Bool isFirst, const uInt recordNo,
    497497                     const uInt nCols, void const *const colValues[]) {
     498    (void)nCols;
    498499    const String *fieldName = NULL;
    499500    uInt beamNo, scanNo, ifNo;
     
    16591660  virtual Bool visit(Bool isFirst, const uInt recordNo,
    16601661                     const uInt nCols, void const *const colValues[]) {
     1662    (void)nCols;
    16611663    uInt beamNo, ifNo, polNo;
    16621664    Double time;
Note: See TracChangeset for help on using the changeset viewer.