Changes between Initial Version and Version 2 of Ticket #64


Ignore:
Timestamp:
Dec 21, 2007, 10:59:37 PM (16 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64

    • Property Reporter changed from mateusz@… to mloskot
    • Property Priority 3major
    • Property Milestone imported
    • Property Resolution nonefixed
    • Property Severity UnassignedSignificant
  • Ticket #64 – Description

    initial v2  
     1Following warning message explains the problem:
    12{{{
    2 Following warning message explains the problem:
    3 
    43geossourcegeomgeometry.cpp(611) : warning C4715: 'geos::geom::Geometry::getClassSortIndex' : not all control paths return a value
    5 
     4}}}
    65There is assert(0) but asserts are turned off when GEOS is compiled in release mode, so I suspect undefined behaviour for unsupported types of geometry: return value will be uninitialized int value!!!
    7 }}}