From: Raúl Marín Rodríguez Date: Wed, 16 Jan 2019 09:04:13 +0000 (+0000) Subject: Tests: Remove warning when building with 32bit arch X-Git-Tag: 2.5.2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b04eec5424d4beb43b1dae32b341d8a4846c5e;p=postgis 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 --- 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;