You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang 16+ is giving an error related to incompatible pointer types; I've begin to observe this post #2958; the logic in hdf5open.c:read_hdf5_obj() is passing an "incompatible pointer". I'm putting up a PR momentarily that, at least on MacOS, corrects the logic re: which pointer type is passed. We'll see what the broader CI says.
Clang 16+ is giving an error related to incompatible pointer types; I've begin to observe this post #2958; the logic in
hdf5open.c:read_hdf5_obj()
is passing an "incompatible pointer". I'm putting up a PR momentarily that, at least on MacOS, corrects the logic re: which pointer type is passed. We'll see what the broader CI says.References
H5Literate2
The text was updated successfully, but these errors were encountered: