From e8954437938ef56f5ebb81cc52cc844b1fdc32cd Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 5 Sep 2007 14:11:16 +0000 Subject: [PATCH] suppress compiler warning --- lib/neatogen/neatosplines.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/neatogen/neatosplines.c b/lib/neatogen/neatosplines.c index a520e6548..a09f06622 100644 --- a/lib/neatogen/neatosplines.c +++ b/lib/neatogen/neatosplines.c @@ -164,6 +164,8 @@ polylineMidpoint (splines* spl, point* pp, point* pq) dist -= d; } } + assert (FALSE); /* should never get here */ + return m; } #define LEFTOF(a,b,c) (((a.y - b.y)*(c.x - b.x) - (c.y - b.y)*(a.x - b.x)) > 0) -- 2.40.0