kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
215 stars 76 forks source link

Fix build error C2036 on Windows #122

Closed t20100 closed 1 year ago

t20100 commented 2 years ago

I get the following error when build on Windows with Microsoft Visual Studio 14.0: bitshuffle.c(185): error C2036: 'const void *': unknown size This PR fixes it.

t20100 commented 1 year ago

Hi,

Just pinging.

We'd like to update the version of bitshuffle HDF5 filter included in hdf5plugin, but this is blocked by this compilation issue under Windows.