From 37449f7e74c37c915c03c167aa0e2e0d3643ca61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Harrtell?= Date: Sat, 18 Mar 2017 11:59:04 +0000 Subject: [PATCH] Add missing static modifier git-svn-id: http://svn.osgeo.org/postgis/trunk@15338 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/mvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/mvt.c b/postgis/mvt.c index f7ae39f6d..9c3e35ae8 100644 --- a/postgis/mvt.c +++ b/postgis/mvt.c @@ -444,7 +444,7 @@ static void parse_values(struct mvt_agg_context *ctx) ctx->feature->tags = tags; } -int max_dim(LWCOLLECTION *lwcoll) +static int max_dim(LWCOLLECTION *lwcoll) { int i, dim = 1; for (i = 0; i < lwcoll->ngeoms; i++) { -- 2.40.0