test/circulation_test.cc
changeset 796 7e368d9b67f7
parent 603 85cb3aa71cce
child 797 c18ed26f016c
child 807 3e711ee55d31
     1.1 --- a/test/circulation_test.cc	Wed Mar 28 19:39:56 2012 +0200
     1.2 +++ b/test/circulation_test.cc	Wed Nov 28 11:41:40 2012 +0100
     1.3 @@ -73,6 +73,7 @@
     1.4    BarrierMap bar;
     1.5    VType v;
     1.6    bool b;
     1.7 +  ignore_unused_variable_warning(v,b);
     1.8  
     1.9    typedef Circulation<Digraph, CapMap, CapMap, SupplyMap>
    1.10              ::SetFlowMap<FlowMap>