COIN-OR::LEMON - Graph Library

Changeset 1197:f179aa1045a4 in lemon-main for lemon/concepts/path.h


Ignore:
Timestamp:
11/01/18 11:27:05 (5 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Suppress unused typdef warnings (#615)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/path.h

    r1092 r1197  
    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.