Opened 12 years ago

Closed 12 years ago

#4423 closed defect (fixed)

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

Reported by: Even Rouault Owned by: Even 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 (2)

comment:1 by Even Rouault, 12 years ago

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

comment:2 by Even Rouault, 12 years ago

Milestone: 1.9.0
Resolution: fixed
Status: newclosed

Pushed in time for RC2.

Note: See TracTickets for help on using tickets.