areaDetector / ADCore

The home of the core components of the EPICS areaDetector software. It includes base classes for drivers and code for all of the standard plugins.
https://areadetector.github.io/areaDetector
Other
20 stars 69 forks source link

Fix for changed hsize_t in HDF5 v1.14 #489

Closed ralphlange closed 1 year ago

ralphlange commented 1 year ago

Newer HDF5 provides macros for the specifier (e.g. PRIuHSIZE) but v1.10 in ADSupport doesn't, so casting to the widest type seems the best portable way to handle this.