]> granicus.if.org Git - postgis/commitdiff
Quiet compile warning.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 27 Feb 2012 18:13:49 +0000 (18:13 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 27 Feb 2012 18:13:49 +0000 (18:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9321 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_split.c

index adfbdaf06064220c828b4172e0a37a0e1b3b4b05..e0a94a4f2334944d36ce18ed5ffb0e0f54238fd6 100644 (file)
@@ -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 */