[Lemon-commits] Alpar Juttner: Further GCC 4.7 compiler warning ...
Lemon HG
hg at lemon.cs.elte.hu
Wed Nov 28 12:10:22 CET 2012
details: http://lemon.cs.elte.hu/hg/lemon/rev/9a6c9d4ee77b
changeset: 1177:9a6c9d4ee77b
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Wed Nov 28 12:08:47 2012 +0100
description:
Further GCC 4.7 compiler warning fix (#453)
diffstat:
test/nagamochi_ibaraki_test.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff --git a/test/nagamochi_ibaraki_test.cc b/test/nagamochi_ibaraki_test.cc
--- a/test/nagamochi_ibaraki_test.cc
+++ b/test/nagamochi_ibaraki_test.cc
@@ -65,6 +65,7 @@
CutMap cut;
Value v;
bool b;
+ ignore_unused_variable_warning(v,b);
NagamochiIbaraki<Graph, CapMap> ni_test(g, cap);
const NagamochiIbaraki<Graph, CapMap>& const_ni_test = ni_test;
More information about the Lemon-commits
mailing list