diff -r 959d78f3fe0e -r 2236d00ca778 lemon/concepts/path.h --- a/lemon/concepts/path.h Wed Oct 17 22:56:43 2018 +0200 +++ b/lemon/concepts/path.h Thu Nov 01 19:49:51 2018 +0100 @@ -71,7 +71,9 @@ /// \brief Template copy constructor template - Path(const CPath& cpath) {} + Path(const CPath& cpath) { + ::lemon::ignore_unused_variable_warning(cpath); + } /// \brief Template assigment operator template