Ignore:
Timestamp:
11/25/15 12:55:39 (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 PKS classes warning free.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/atnf/PKSIO/PKSwriter.h

    r1757 r3067  
    7676
    7777    // Write a history record.
    78     virtual Int history(const String text) {return 0;};
    79     virtual Int history(const char *text)  {return 0;};
     78    virtual Int history(const String /*text*/) {return 0;};
     79    virtual Int history(const char */*text*/)  {return 0;};
    8080
    8181    // Close the output file.
Note: See TracChangeset for help on using the changeset viewer.