COIN-OR::LEMON - Graph Library

Changeset 969:7e368d9b67f7 in lemon-1.2 for test/circulation_test.cc


Ignore:
Timestamp:
11/28/12 11:41:40 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
970:d216e1c8b3fa, 973:d32e4453b48c
Phase:
public
Message:

Avoid GCC 4.7 compiler warnings (#453)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/circulation_test.cc

    r611 r969  
    7474  VType v;
    7575  bool b;
     76  ignore_unused_variable_warning(v,b);
    7677
    7778  typedef Circulation<Digraph, CapMap, CapMap, SupplyMap>
Note: See TracChangeset for help on using the changeset viewer.