summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5P_F03.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-10-19 21:40:08 (GMT)
committerGitHub <noreply@github.com>2023-10-19 21:40:08 (GMT)
commit5672fd817732e6a7fda3886010452bc7c8598cf8 (patch)
treeb03635041dd808e3b1565b5c53ec373e377cbcba /fortran/test/tH5P_F03.F90
parent8c69566da66e9239bbcd84b10e60068ade6c1784 (diff)
downloadhdf5-5672fd817732e6a7fda3886010452bc7c8598cf8.zip
hdf5-5672fd817732e6a7fda3886010452bc7c8598cf8.tar.gz
hdf5-5672fd817732e6a7fda3886010452bc7c8598cf8.tar.bz2
Attempt to quiet some warnings with cray compilers. (#3724)
Diffstat (limited to 'fortran/test/tH5P_F03.F90')
-rw-r--r--fortran/test/tH5P_F03.F902
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/test/tH5P_F03.F90 b/fortran/test/tH5P_F03.F90
index 24934eb..c962d52 100644
--- a/fortran/test/tH5P_F03.F90
+++ b/fortran/test/tH5P_F03.F90
@@ -439,7 +439,6 @@ END SUBROUTINE test_genprop_class_callback
SUBROUTINE test_h5p_file_image(total_error)
- USE, INTRINSIC :: iso_c_binding
IMPLICIT NONE
INTEGER, INTENT(INOUT) :: total_error
INTEGER(hid_t) :: fapl_1 = -1
@@ -653,7 +652,6 @@ END SUBROUTINE external_test_offset
!
SUBROUTINE test_vds(total_error)
- USE ISO_C_BINDING
IMPLICIT NONE
INTEGER, INTENT(INOUT) :: total_error