HDFGroup / hdf4

Official HDF4 Library Repository
Other
12 stars 24 forks source link

Corrected handling of SDgetcompress() #603

Closed derobins closed 5 months ago

derobins commented 5 months ago

SDgetcompress() was deprecated in HDF 4.2.9 (2013) and hidden behind ifdefs controlled by the --enable-deprecated-symbols (Autotools) and HDF4_ENABLE_DEPRECATED_SYMBOLS (CMake) options. These ifdefs were incompletely propagated throughout the library.

In this PR: