diff options
Diffstat (limited to 'src/H5P.c')
-rw-r--r-- | src/H5P.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2316,7 +2316,7 @@ H5Pget_nfilters(hid_t plist_id) "not a dataset creation property list"); } - FUNC_LEAVE(plist->pline.nfilters); + FUNC_LEAVE((int)(plist->pline.nfilters)); } |