summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5I.c')
-rw-r--r--src/H5I.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5I.c b/src/H5I.c
index 54e516f..a9bf18f 100644
--- a/src/H5I.c
+++ b/src/H5I.c
@@ -170,7 +170,7 @@ H5I_term_interface(intn status)
H5I_type_t grp;
if (interface_initialize_g>0) {
- for (grp=0; grp<H5I_NGROUPS; grp++) {
+ for (grp=(H5I_type_t)0; grp<H5I_NGROUPS; grp++) {
/*
* Destroy each group regardless of reference count. This removes
* any objects which might still be defined in the group. Then