From 10698108c53ba6124943b8787bdaf4fcb0504be8 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 29 Nov 2004 11:15:48 +0000 Subject: [PATCH] Some initializzations to make compiler happy. git-svn-id: http://svn.osgeo.org/postgis/trunk@1121 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwgeom_geos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwgeom/lwgeom_geos.c b/lwgeom/lwgeom_geos.c index 01645d9e6..cf920c88d 100644 --- a/lwgeom/lwgeom_geos.c +++ b/lwgeom/lwgeom_geos.c @@ -2331,7 +2331,7 @@ Datum GEOS_polygonize_garray(PG_FUNCTION_ARGS) PG_LWGEOM **geoms, *result; Geometry *geos_result; Geometry **vgeoms; - int SRID; + int SRID=-1; #ifdef DEBUG static int call=1; #endif -- 2.40.0