summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5P.c')
-rw-r--r--src/H5P.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5P.c b/src/H5P.c
index e1734b2..230e81a 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -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));
}