Ticket #4423 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
