COIN-OR::LEMON - Graph Library

Changeset 2010:08464643a658 in lemon-0.x for lemon/bellman_ford.h


Ignore:
Timestamp:
03/17/06 16:54:02 (18 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2627
Message:

unused parameters fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bellman_ford.h

    r1993 r2010  
    279279    struct DefDistMapTraits : public Traits {
    280280      typedef T DistMap;
    281       static DistMap *createDistMap(const Graph& graph) {
     281      static DistMap *createDistMap(const Graph&) {
    282282        throw UninitializedParameter();
    283283      }
Note: See TracChangeset for help on using the changeset viewer.