summaryrefslogtreecommitdiffstats
path: root/src/H5FDros3.h
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2022-04-15 20:19:21 (GMT)
committerGitHub <noreply@github.com>2022-04-15 20:19:21 (GMT)
commit463ef39bc777340b731903995a2ad416ec5e0ae4 (patch)
tree006f3cffc0d4e87493cae0491dc0ef3acb8944ce /src/H5FDros3.h
parent9131d5289ce8eebdf71eaf8098cc6dfc816888e9 (diff)
downloadhdf5-463ef39bc777340b731903995a2ad416ec5e0ae4.zip
hdf5-463ef39bc777340b731903995a2ad416ec5e0ae4.tar.gz
hdf5-463ef39bc777340b731903995a2ad416ec5e0ae4.tar.bz2
OESS-168: Remove clang warnings. (#1376)
Diffstat (limited to 'src/H5FDros3.h')
-rw-r--r--src/H5FDros3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDros3.h b/src/H5FDros3.h
index 4a623c4..4c9e77f 100644
--- a/src/H5FDros3.h
+++ b/src/H5FDros3.h
@@ -105,7 +105,7 @@ H5_DLL herr_t H5Pget_fapl_ros3(hid_t fapl_id, H5FD_ros3_fapl_t *fa_out);
*
* \todo Add missing documentation
*/
-H5_DLL herr_t H5Pset_fapl_ros3(hid_t fapl_id, H5FD_ros3_fapl_t *fa);
+H5_DLL herr_t H5Pset_fapl_ros3(hid_t fapl_id, const H5FD_ros3_fapl_t *fa);
#ifdef __cplusplus
}