COIN-OR::LEMON - Graph Library

Changeset 1007:7e368d9b67f7 in lemon-main for test/bfs_test.cc


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

Avoid GCC 4.7 compiler warnings (#453)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/bfs_test.cc

    r585 r1007  
    6262  Arc e;
    6363  int l, i;
     64  ignore_unused_variable_warning(l,i);
    6465  bool b;
    6566  BType::DistMap d(G);
     
    151152  Digraph g;
    152153  bool b;
     154  ignore_unused_variable_warning(b);
     155
    153156  bfs(g).run(Node());
    154157  b=bfs(g).run(Node(),Node());
Note: See TracChangeset for help on using the changeset viewer.