diff options
Diffstat (limited to 'tools/h5repack/h5repack_list.c')
-rw-r--r-- | tools/h5repack/h5repack_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_list.c b/tools/h5repack/h5repack_list.c index 9912732..cb9cad9 100644 --- a/tools/h5repack/h5repack_list.c +++ b/tools/h5repack/h5repack_list.c @@ -39,7 +39,7 @@ int check_objects(const char* fname, pack_opt_t *options) { hid_t fid; - int i; + unsigned int i; trav_table_t *travt=NULL; /*------------------------------------------------------------------------- |