changeset 1010 | 36fa2fee7144 |
parent 877 | 141f9c0db4a3 |
parent 1007 | 7e368d9b67f7 |
child 1084 | 8b2d4e5d96e4 |
1.1 --- a/test/bfs_test.cc Thu Nov 08 09:07:41 2012 +0100 1.2 +++ b/test/bfs_test.cc Wed Nov 28 12:05:27 2012 +0100 1.3 @@ -61,6 +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 bool b; 1.9 BType::DistMap d(G); 1.10 BType::PredMap p(G); 1.11 @@ -150,6 +151,8 @@ 1.12 1.13 Digraph g; 1.14 bool b; 1.15 + ignore_unused_variable_warning(b); 1.16 + 1.17 bfs(g).run(Node()); 1.18 b=bfs(g).run(Node(),Node()); 1.19 bfs(g).run();