]> granicus.if.org Git - postgis/commitdiff
Tests: Remove warning when building with 32bit arch
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 16 Jan 2019 09:04:13 +0000 (09:04 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 16 Jan 2019 09:04:13 +0000 (09:04 +0000)
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

index 3e9741c6ba4a348639ffb511f0da9898db951a71..988533f77327dd7082b284329e0bed7e6a7092c3 100644 (file)
@@ -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;