-
Notifications
You must be signed in to change notification settings - Fork 485
Closed
Milestone
Description
In GDAL master (and 3.10.1RC1, but now reverted for 3.10.1RC2), OSGeo/gdal#11608 made sure that the expansion of the OGRSpatialReferenceH handle was consistent with whether GDAL was built in debug or non-debug mode, since the definition of some opaque types is different in both modes (which affect GDAL C++ ABI, but not the C one).
However PDAL's pdal/Geometry.hpp has a using OGRSpatialReferenceH = void *; which is only valid for non-GDAL debug builds
It would be safer if PDAL wouldn't redefine GDAL's types.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels