]> granicus.if.org Git - postgis/commitdiff
Try to quiet warnings, #3250
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 20 Aug 2015 18:55:55 +0000 (18:55 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 20 Aug 2015 18:55:55 +0000 (18:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13956 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_algorithm.c

index dedf13b83fa188132e3f44fbaf459b52a8ff8325..03faf110119450e6b2129c6a1c961730700e4d89 100644 (file)
@@ -886,7 +886,7 @@ static void test_geohash_point_as_int(void)
 {
        unsigned int gh;
        POINT2D p;
-       unsigned int rs;
+       unsigned long long rs;
        
        p.x = 50; p.y = 35;
        gh = geohash_point_as_int(&p);