From: Sandro Santilli Date: Wed, 22 Sep 2004 17:11:56 +0000 (+0000) Subject: removed some compiler warnings X-Git-Tag: pgis_1_0_0RC1~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=668cfc900f13f5cdd74542c23fee847f0adb5a95;p=postgis removed some compiler warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@883 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_functions_analytic.c b/lwgeom/lwgeom_functions_analytic.c index e1ee0b7fd..db83e183b 100644 --- a/lwgeom/lwgeom_functions_analytic.c +++ b/lwgeom/lwgeom_functions_analytic.c @@ -340,6 +340,9 @@ Datum LWGEOM_simplify2d(PG_FUNCTION_ARGS) * Initially written by: jsunday@rochgrp.com * Ported to LWGEOM by: strk@refractions.net ***********************************************************************/ + +Datum LWGEOM_line_interpolate_point(PG_FUNCTION_ARGS); + PG_FUNCTION_INFO_V1(LWGEOM_line_interpolate_point); Datum LWGEOM_line_interpolate_point(PG_FUNCTION_ARGS) {