test/bfs_test.cc
changeset 1257 3e711ee55d31
parent 1171 7e368d9b67f7
child 1258 bdfc038f364c
child 1259 8b2d4e5d96e4
     1.1 --- a/test/bfs_test.cc	Tue Aug 06 12:04:13 2013 +0200
     1.2 +++ b/test/bfs_test.cc	Wed Aug 07 06:29:34 2013 +0200
     1.3 @@ -61,7 +61,7 @@
     1.4    Node s, t, n;
     1.5    Arc e;
     1.6    int l, i;
     1.7 -  ignore_unused_variable_warning(l,i);
     1.8 +  ::lemon::ignore_unused_variable_warning(l,i);
     1.9    bool b;
    1.10    BType::DistMap d(G);
    1.11    BType::PredMap p(G);
    1.12 @@ -151,7 +151,7 @@
    1.13  
    1.14    Digraph g;
    1.15    bool b;
    1.16 -  ignore_unused_variable_warning(b);
    1.17 +  ::lemon::ignore_unused_variable_warning(b);
    1.18  
    1.19    bfs(g).run(Node());
    1.20    b=bfs(g).run(Node(),Node());