]> granicus.if.org Git - postgis/commitdiff
Added missing prototype to make compiler happy
authorSandro Santilli <strk@keybit.net>
Wed, 22 Sep 2004 17:11:28 +0000 (17:11 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 22 Sep 2004 17:11:28 +0000 (17:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@882 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_functions_basic.c

index 71f7129aadefd5f9b70471e36b67f4f9e59e3527..54f2330c449af2b28f35dacb63ddbd403be631c0 100644 (file)
@@ -2092,7 +2092,7 @@ Datum LWGEOM_collect(PG_FUNCTION_ARGS)
        LWGEOM_EXPLODED *exp1, *exp2, *expcoll;
        char *serialized_result;
        int wantbbox = 0;
-       int size;
+       //int size;
 
        // return null if both geoms are null
        if ( (geom1_ptr == NULL) && (geom2_ptr == NULL) )
@@ -2292,7 +2292,7 @@ Datum LWGEOM_collect_garray(PG_FUNCTION_ARGS)
        LWGEOM_EXPLODED *exploded=NULL;
        int i;
        int wantbbox = 0; // don't compute a bounding box...
-       int size;
+       //int size;
        char *serialized_result = NULL;
 
 //elog(NOTICE, "LWGEOM_collect_garray called");