test/circulation_test.cc
changeset 970 d216e1c8b3fa
parent 877 141f9c0db4a3
parent 969 7e368d9b67f7
child 983 8b2d4e5d96e4
     1.1 --- a/test/circulation_test.cc	Thu Sep 13 12:02:27 2012 +0200
     1.2 +++ b/test/circulation_test.cc	Wed Nov 28 11:54:43 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>