COIN-OR::LEMON - Graph Library

Changeset 1375:ebdce4f68ac4 in lemon-0.x for src/lemon/concept/maps.h


Ignore:
Timestamp:
04/19/05 16:15:01 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1820
Message:

Get rid of all '-Wall -W' warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/concept/maps.h

    r1367 r1375  
    148148
    149149      ///Returns a reference to the value associated to a key.
    150       Reference operator[](const Key &i) { return tmp; }
     150      Reference operator[](const Key &) { return tmp; }
    151151      ///Returns a const reference to the value associated to a key.
    152       ConstReference operator[](const Key &i) const
     152      ConstReference operator[](const Key &) const
    153153      { return tmp; }
    154154      /// Sets the value associated with a key.
Note: See TracChangeset for help on using the changeset viewer.