[postgis-tickets] [PostGIS] #3250: cu_algorithm warnings

PostGIS trac at osgeo.org
Thu Sep 24 04:52:04 PDT 2015


#3250: cu_algorithm warnings
----------------------+---------------------------
  Reporter:  robe     |      Owner:  pramsey
      Type:  defect   |     Status:  closed
  Priority:  medium   |  Milestone:  PostGIS 2.2.0
 Component:  postgis  |    Version:  2.1.x
Resolution:  wontfix  |   Keywords:
----------------------+---------------------------
Changes (by pramsey):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 It's a won't fix. I don't know how to address it without brutalizing the
 underlying code. (They are legitimate unsigned ints, they fit into a
 32-bit address register even, don't require 64-bit values..., I'm pretty
 sure they were originally declared as unsigned int, but got changed to
 unsigned long long to try and address just this problem. (You could
 confirm by changing them back to unsigned int to see)

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3250#comment:5>
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