]> granicus.if.org Git - postgis/commitdiff
Tests: Remove warning when building with 32bit arch
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Tue, 15 Jan 2019 16:32:52 +0000 (16:32 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Tue, 15 Jan 2019 16:32:52 +0000 (16:32 +0000)
It appeared when investigating #4298

git-svn-id: http://svn.osgeo.org/postgis/trunk@17151 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_algorithm.c

index f527e3fdcefb879634f4d6b1911e50fd1d5a7eef..edacdd21f92870754e19dbc3ab1db52d5a7c61ae 100644 (file)
@@ -1479,7 +1479,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;