summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5T.c')
-rw-r--r--src/H5T.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5T.c b/src/H5T.c
index 15f2bef..91eddc8 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -2829,7 +2829,7 @@ H5Tinsert (hid_t parent_id, const char *name, size_t offset, hid_t member_id)
*/
herr_t
H5Tinsert_array (hid_t parent_id, const char *name, size_t offset,
- int ndims, const size_t *dim, const int *perm,
+ int ndims, const size_t dim[/*ndims*/], const int *perm,
hid_t member_id)
{
H5T_t *parent = NULL; /*the compound parent data type */