Ticket #4423 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

OGRXLSLayer::DetectColumnTypes() doesn't work properly in optimized mode

Reported by: rouault Owned by: rouault
Priority: normal Milestone: 1.9.0
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

This is due to an abusive use of negative value in an array of enum type. The compiler in -O2 doesn't do what we expected, and he's right to do it...

Change History

Changed 17 months ago by rouault

Fixed in trunk (r23694) and in branches/1.9 (r23695)

Changed 17 months ago by rouault

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.9.0

Pushed in time for RC2.

Note: See TracTickets for help on using tickets.