[postgis-tickets] [PostGIS] #3250: cu_algorithm warnings
PostGIS
trac at osgeo.org
Wed Sep 23 13:19:14 PDT 2015
#3250: cu_algorithm warnings
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: 2.1.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
Still seeing it on winnie's builds:
http://winnie.postgis.net:1500/job/PostGIS_EDB_Regress_winnie/526/consoleFull
this run was from r14089
{{{
make[2]: Entering directory
`/projects/postgis/branches/2.2/liblwgeom/cunit'
x86_64-w64-mingw32-gcc -g -O2 -Wall -Wmissing-prototypes
-I/projects/geos/rel-3.5.0w64gcc48/include
-I/projects/proj/rel-4.9.1w64gcc48/include
-I/projects/postgresql/rel/pg9.3w64gcc48/include -I/projects/rel-
libiconv-1.13.1w64gcc48/include -I.. -I/projects/CGAL/rel-
sfcgal-1.1.0w64gcc48/include -DHAVE_SFCGAL -c -o cu_algorithm.o
cu_algorithm.c
cu_algorithm.c: In function 'test_geohash_point_as_int':
cu_algorithm.c:893:2: warning: this decimal constant is unsigned only in
ISO C90 [enabled by default]
rs = 3440103613;
^
cu_algorithm.c:897:2: warning: this decimal constant is unsigned only in
ISO C90 [enabled by default]
rs = 3982480893;
^
cu_algorithm.c:901:2: warning: this decimal constant is unsigned only in
ISO C90 [enabled by default]
rs = 4166944232;
^
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3250#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list