From 668cfc900f13f5cdd74542c23fee847f0adb5a95 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 22 Sep 2004 17:11:56 +0000 Subject: [PATCH] removed some compiler warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@883 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwgeom_functions_analytic.c | 3 +++ 1 file changed, 3 insertions(+) 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) { -- 2.50.1