Changeset 3069 for trunk


Ignore:
Timestamp:
11/25/15 15:28:47 (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...


Use void cast to the parameter, table, to disable warning. This is because that table is used when debug build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Accelerator.h

    r2580 r3069  
    7373        virtual Bool match(Table const& table, const TableExprId& id) {
    7474                DebugAssert(&table == &this->table, AipsError);
     75                (void)table;
    7576                for (size_t i = 0; i < N; i++) {
    7677                        T v;
Note: See TracChangeset for help on using the changeset viewer.