summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5F.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2016-06-15 13:56:20 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2016-06-15 13:56:20 (GMT)
commit0c2964383b43ee81be6119fefd9fccb07b0de9b1 (patch)
treefacd4c6e361f4de5620262c172391389fd3ac89d /fortran/test/tH5F.F90
parentd3396a79532601bf22e385f94b12e55dfb2c3bd0 (diff)
downloadhdf5-0c2964383b43ee81be6119fefd9fccb07b0de9b1.zip
hdf5-0c2964383b43ee81be6119fefd9fccb07b0de9b1.tar.gz
hdf5-0c2964383b43ee81be6119fefd9fccb07b0de9b1.tar.bz2
[svn-r30078] Fixed -- HDFFV-9675 Removed unused variables in Fortran Library.
Tested Jelly.
Diffstat (limited to 'fortran/test/tH5F.F90')
-rw-r--r--fortran/test/tH5F.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5F.F90 b/fortran/test/tH5F.F90
index 020d2c8..8334b30 100644
--- a/fortran/test/tH5F.F90
+++ b/fortran/test/tH5F.F90
@@ -590,7 +590,7 @@ CONTAINS
LOGICAL :: flag
INTEGER(SIZE_T) :: obj_count, obj_countf
INTEGER(HID_T), ALLOCATABLE, DIMENSION(:) :: obj_ids
- INTEGER :: i
+ INTEGER(SIZE_T) :: i
CALL h5eset_auto_f(0, error)