From: Paul Ramsey Date: Mon, 27 Feb 2012 18:13:49 +0000 (+0000) Subject: Quiet compile warning. X-Git-Tag: 2.0.0beta1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe680e5cfd7500ef59e4be3f61cc6e857977e769;p=postgis Quiet compile warning. git-svn-id: http://svn.osgeo.org/postgis/trunk@9321 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 */