Greg Troxel via QGIS-Developer <[email protected]> writes:

> NetBSD-current (to be 11) detects and objects to inputs that are
> specified as UB, rather than silently doing something random -- it's
> been typical for ctype macros to use arrays, I think since the olden
> days of C89.
>
> When building 3.40.7, it invokes crssync, which outputs
>
>   ctype(3) isupper: invalid input: -61
>
> a sign that isupper was called with a "char" (signed char on x86) rather
> than the 8-bit quantity treated as unsigned converted to int, which is
> the proper behavior.   That's 189, 0xbd, which might be the fraction
> 1/2.  But what it is isn't the issue.

This was an issue in proj, now fixed.  Thanks Even for the very quick
turnaround!
_______________________________________________
QGIS-Developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to