diff -r 115031ac8001 -r 3e711ee55d31 test/preflow_test.cc --- a/test/preflow_test.cc Tue Aug 06 12:04:13 2013 +0200 +++ b/test/preflow_test.cc Wed Aug 07 06:29:34 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 @@ -115,7 +115,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,