[gdal-dev] 64bit integers
Even Rouault
even.rouault at mines-paris.org
Thu Nov 29 13:45:03 PST 2012
Le jeudi 29 novembre 2012 22:36:54, Jürgen E. Fischer a écrit :
> Hi Even,
>
> On Thu, 29. Nov 2012 at 20:53:57 +0100, Even Rouault wrote:
> > With latest trunk, you can set the OGR_SETFIELD_NUMERIC_WARNING
> > configruation option to YES. This should generate a warning if the
> > conversion to int overflows.
>
> Um, that was meant to produce a warning when a non-numeric (or partly
> numeric) string is parsed incompletely to a number. Overflows are not
> yet covered (we don't reset and check errno for ERANGE after the
> conversion).
Those checks are now done per http://trac.osgeo.org/gdal/changeset/25265
>
>
> Jürgen
More information about the gdal-dev
mailing list