From fe680e5cfd7500ef59e4be3f61cc6e857977e769 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 27 Feb 2012 18:13:49 +0000 Subject: [PATCH] Quiet compile warning. git-svn-id: http://svn.osgeo.org/postgis/trunk@9321 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/cunit/cu_split.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/cunit/cu_split.c b/liblwgeom/cunit/cu_split.c index adfbdaf06..e0a94a4f2 100644 --- a/liblwgeom/cunit/cu_split.c +++ b/liblwgeom/cunit/cu_split.c @@ -74,7 +74,7 @@ static void test_lwline_split_by_point_to(void) CU_ASSERT_EQUAL(coll->ngeoms, 4); lwpoint_free(point); - lwcollection_free(coll); + lwcollection_free((LWCOLLECTION*)coll); lwline_free(line); #endif /* POSTGIS_GEOS_VERSION >= 33 */ -- 2.50.1