1.1 --- a/test/dfs_test.cc Tue Aug 06 12:21:06 2013 +0200
1.2 +++ b/test/dfs_test.cc Wed Aug 07 07:09:31 2013 +0200
1.3 @@ -67,7 +67,7 @@
1.4 Arc e;
1.5 int l, i;
1.6 bool b;
1.7 - ignore_unused_variable_warning(l,i,b);
1.8 + ::lemon::ignore_unused_variable_warning(l,i,b);
1.9
1.10 DType::DistMap d(G);
1.11 DType::PredMap p(G);
1.12 @@ -153,7 +153,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 dfs(g).run(Node());
1.20 b=dfs(g).run(Node(),Node());