1.1 --- a/test/bfs_test.cc Tue Aug 06 12:19:11 2013 +0200
1.2 +++ b/test/bfs_test.cc Wed Aug 07 06:31:47 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());