diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2021-11-10 18:09:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 18:09:38 (GMT) |
commit | a777e3075ef51adb15d2618c6d2fa4687444a098 (patch) | |
tree | c0b8e1940784026a66d575cee3a5d8732a733c87 /hl/src/H5DSpublic.h | |
parent | b488eb4ecc5397876d43f49a6892aa848ad45bdf (diff) | |
download | hdf5-a777e3075ef51adb15d2618c6d2fa4687444a098.zip hdf5-a777e3075ef51adb15d2618c6d2fa4687444a098.tar.gz hdf5-a777e3075ef51adb15d2618c6d2fa4687444a098.tar.bz2 |
Fix H5DS warnings related to new H5DSwith_new_ref and H5VLobject_is_native APIs (#1184)
Diffstat (limited to 'hl/src/H5DSpublic.h')
-rw-r--r-- | hl/src/H5DSpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/H5DSpublic.h b/hl/src/H5DSpublic.h index 9aabb98..979a173 100644 --- a/hl/src/H5DSpublic.h +++ b/hl/src/H5DSpublic.h @@ -25,7 +25,7 @@ typedef herr_t (*H5DS_iterate_t)(hid_t dset, unsigned dim, hid_t scale, void *vi extern "C" { #endif -H5_HLDLL hbool_t H5DSwith_new_ref(hid_t obj_id); +H5_HLDLL herr_t H5DSwith_new_ref(hid_t obj_id, hbool_t *with_new_ref); H5_HLDLL herr_t H5DSattach_scale(hid_t did, hid_t dsid, unsigned int idx); |