]> granicus.if.org Git - postgis/commitdiff
Some initializzations to make compiler happy.
authorSandro Santilli <strk@keybit.net>
Mon, 29 Nov 2004 11:15:48 +0000 (11:15 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 29 Nov 2004 11:15:48 +0000 (11:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1121 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_geos.c

index 01645d9e68f0c09c29491206b47ee8cec53f3196..cf920c88d208bb464bd445ca9db35c9fc13bdddc 100644 (file)
@@ -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