1.1 --- a/test/gomory_hu_test.cc Mon Jul 16 16:21:40 2018 +0200
1.2 +++ b/test/gomory_hu_test.cc Wed Oct 17 19:14:07 2018 +0200
1.3 @@ -2,7 +2,7 @@
1.4 *
1.5 * This file is a part of LEMON, a generic C++ optimization library.
1.6 *
1.7 - * Copyright (C) 2003-2010
1.8 + * Copyright (C) 2003-2013
1.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
1.11 *
1.12 @@ -68,6 +68,7 @@
1.13 CutMap cut;
1.14 Value v;
1.15 int d;
1.16 + ::lemon::ignore_unused_variable_warning(v,d);
1.17
1.18 GomoryHu<Graph, CapMap> gh_test(g, cap);
1.19 const GomoryHu<Graph, CapMap>&