diff -r c5990f454032 -r 7e368d9b67f7 test/bfs_test.cc --- a/test/bfs_test.cc Wed Mar 28 19:39:56 2012 +0200 +++ b/test/bfs_test.cc Wed Nov 28 11:41:40 2012 +0100 @@ -61,6 +61,7 @@ Node s, t, n; Arc e; int l, i; + ignore_unused_variable_warning(l,i); bool b; BType::DistMap d(G); BType::PredMap p(G); @@ -150,6 +151,8 @@ Digraph g; bool b; + ignore_unused_variable_warning(b); + bfs(g).run(Node()); b=bfs(g).run(Node(),Node()); bfs(g).run();