diff -r 764826c6e2b4 -r 36fa2fee7144 test/dfs_test.cc --- a/test/dfs_test.cc Thu Nov 08 09:07:41 2012 +0100 +++ b/test/dfs_test.cc Wed Nov 28 12:05:27 2012 +0100 @@ -67,6 +67,8 @@ Arc e; int l, i; bool b; + ignore_unused_variable_warning(l,i,b); + DType::DistMap d(G); DType::PredMap p(G); Path pp; @@ -151,6 +153,8 @@ Digraph g; bool b; + ignore_unused_variable_warning(b); + dfs(g).run(Node()); b=dfs(g).run(Node(),Node()); dfs(g).run();