changeset 970 | d216e1c8b3fa |
parent 877 | 141f9c0db4a3 |
parent 969 | 7e368d9b67f7 |
child 983 | 8b2d4e5d96e4 |
1.1 --- a/test/gomory_hu_test.cc Thu Sep 13 12:02:27 2012 +0200 1.2 +++ b/test/gomory_hu_test.cc Wed Nov 28 11:54:43 2012 +0100 1.3 @@ -68,6 +68,7 @@ 1.4 CutMap cut; 1.5 Value v; 1.6 int d; 1.7 + ignore_unused_variable_warning(v,d); 1.8 1.9 GomoryHu<Graph, CapMap> gh_test(g, cap); 1.10 const GomoryHu<Graph, CapMap>&