summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2002-05-06 16:46:34 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2002-05-06 16:46:34 (GMT)
commit3474b44e86f841daa28eff6542b9263b1e43aec8 (patch)
treeb0d1a06b6abf32f2f73c8d33f9a0b038953775b1 /tools
parentd8c58af5063f4acb52a1ebad778e35ccc083c2f5 (diff)
downloadhdf5-3474b44e86f841daa28eff6542b9263b1e43aec8.zip
hdf5-3474b44e86f841daa28eff6542b9263b1e43aec8.tar.gz
hdf5-3474b44e86f841daa28eff6542b9263b1e43aec8.tar.bz2
[svn-r5361]
Purpose: erase windows warnings Description: Solution: Platforms tested: windows 2000, linux 2.2.18
Diffstat (limited to 'tools')
-rw-r--r--tools/h5ls/h5ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c
index 721dc5d..0436228 100644
--- a/tools/h5ls/h5ls.c
+++ b/tools/h5ls/h5ls.c
@@ -709,7 +709,7 @@ display_cmpd_type(hid_t type, int ind)
char *name=NULL; /*member name */
size_t size; /*total size of type in bytes */
hid_t subtype; /*member data type */
- int i, j, n; /*miscellaneous counters */
+ int i,n; /*miscellaneous counters */
if (H5T_COMPOUND!=H5Tget_class(type)) return FALSE;