From ca1a42e46bf4d2088bf593ecdb5d3b0b9fa1ba72 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 9 Mar 2010 16:40:30 +0100 Subject: [PATCH] evalue.c: Polyhedron_Insert: add missing return type --- evalue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evalue.c b/evalue.c index 20a7e5d..4636729 100644 --- a/evalue.c +++ b/evalue.c @@ -3556,7 +3556,7 @@ static evalue *esum_over_domain(evalue *e, int nvar, Polyhedron *D, return res; } -static Polyhedron_Insert(Polyhedron ***next, Polyhedron *Q) +static void Polyhedron_Insert(Polyhedron ***next, Polyhedron *Q) { if (emptyQ(Q)) Polyhedron_Free(Q); -- 2.11.4.GIT