diff -r 14394c9603c2 -r bdfc038f364c test/gomory_hu_test.cc --- a/test/gomory_hu_test.cc Tue Aug 06 12:19:11 2013 +0200 +++ b/test/gomory_hu_test.cc Wed Aug 07 06:31:47 2013 +0200 @@ -68,7 +68,7 @@ CutMap cut; Value v; int d; - ignore_unused_variable_warning(v,d); + ::lemon::ignore_unused_variable_warning(v,d); GomoryHu gh_test(g, cap); const GomoryHu&