test/gomory_hu_test.cc
changeset 1007 7e368d9b67f7
parent 596 293551ad254f
child 1008 d216e1c8b3fa
child 1083 3e711ee55d31
     1.1 --- a/test/gomory_hu_test.cc	Wed Mar 28 19:39:56 2012 +0200
     1.2 +++ b/test/gomory_hu_test.cc	Wed Nov 28 11:41:40 2012 +0100
     1.3 @@ -50,6 +50,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>&