Change should quiet dronie
git-svn-id: http://svn.osgeo.org/postgis/trunk@16182
b70326c6-7e19-0410-871a-
916f4a2858ee
#endif /* POSTGIS_GEOS_VERSION >= 35 */
}
+#if POSTGIS_GEOS_VERSION >= 35
static void assert_empty_diagram(char* wkt, double tolerance)
{
LWGEOM* in = lwgeom_from_wkt(wkt, LW_PARSER_CHECK_NONE);
lwgeom_free(in);
lwgeom_free(out);
}
+#endif /* POSTGIS_GEOS_VERSION >= 35 */
static void test_lwgeom_voronoi_diagram_expected_empty(void)
{