COIN-OR::LEMON - Graph Library

Changeset 1375:ebdce4f68ac4 in lemon-0.x for src/test/maps_test.cc


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/test/maps_test.cc

    r1076 r1375  
    1313{
    1414public:
    15   B operator()(const A &a) const {return B();}
     15  B operator()(const A &) const {return B();}
    1616};
    1717
    18 int func(A a) {return 3;}
     18int func(A) {return 3;}
    1919
    2020typedef ReadMap<A,double> DoubleMap;
Note: See TracChangeset for help on using the changeset viewer.