From 39b04eec5424d4beb43b1dae32b341d8a4846c5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ra=C3=BAl=20Mar=C3=ADn=20Rodr=C3=ADguez?= Date: Wed, 16 Jan 2019 09:04:13 +0000 Subject: [PATCH] Tests: Remove warning when building with 32bit arch It appeared when investigating #4298 git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@17159 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/cunit/cu_algorithm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/cunit/cu_algorithm.c b/liblwgeom/cunit/cu_algorithm.c index 3e9741c6b..988533f77 100644 --- a/liblwgeom/cunit/cu_algorithm.c +++ b/liblwgeom/cunit/cu_algorithm.c @@ -1358,7 +1358,7 @@ static void test_lwpoly_construct_circle(void) LWPOLY* p; const GBOX* g; const int srid = 4326; - const int segments_per_quad = 17; + const uint32_t segments_per_quad = 17; const int x = 10; const int y = 20; const int r = 5; -- 2.49.0