COIN-OR::LEMON - Graph Library

Changeset 1416:f179aa1045a4 in lemon for lemon/concepts/path.h


Ignore:
Timestamp:
11/01/18 11:27:05 (6 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Children:
1417:2236d00ca778, 1422:332eab7995fe
Phase:
public
Message:

Suppress unused typdef warnings (#615)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/path.h

    r1270 r1416  
    7171      /// \brief Template copy constructor
    7272      template <typename CPath>
    73       Path(const CPath& cpath) {}
     73      Path(const CPath& cpath) {
     74        ::lemon::ignore_unused_variable_warning(cpath);
     75      }
    7476
    7577      /// \brief Template assigment operator
Note: See TracChangeset for help on using the changeset viewer.