COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
09/13/12 12:02:27 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
966:08712a8c3afe, 970:d216e1c8b3fa
Phase:
public
Message:

Further clang compilation fixes (#449)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/fractional_matching_test.cc

    r877 r965  
    343343      pv += weight[mwfm.matching(n)];
    344344      SmartGraph::Node o = graph.target(mwfm.matching(n));
     345      ignore_unused_variable_warning(o);
    345346    } else {
    346347      check(mwfm.nodeValue(n) == 0, "Invalid matching");
     
    407408    pv += weight[mwpfm.matching(n)];
    408409    SmartGraph::Node o = graph.target(mwpfm.matching(n));
     410    ignore_unused_variable_warning(o);
    409411  }
    410412
Note: See TracChangeset for help on using the changeset viewer.