diff -r 2c2e8df67ddc -r b9887ae63df0 test/preflow_test.cc --- a/test/preflow_test.cc Tue Aug 06 12:21:06 2013 +0200 +++ b/test/preflow_test.cc Wed Aug 07 07:09:31 2013 +0200 @@ -86,7 +86,7 @@ CutMap cut; VType v; bool b; - ignore_unused_variable_warning(v,b); + ::lemon::ignore_unused_variable_warning(v,b); typedef Preflow ::SetFlowMap @@ -120,7 +120,7 @@ b = const_preflow_test.minCut(n); const_preflow_test.minCutMap(cut); - ignore_unused_variable_warning(fm); + ::lemon::ignore_unused_variable_warning(fm); } int cutValue (const SmartDigraph& g,