diff -r 00f8d9f9920d -r d216e1c8b3fa test/dfs_test.cc --- a/test/dfs_test.cc Thu Sep 13 12:02:27 2012 +0200 +++ b/test/dfs_test.cc Wed Nov 28 11:54:43 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();