mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
Remove unused variable warning (#2828)
Polaris FORTRAN compiler reported the unused variable warning.
This commit is contained in:
parent
2b7afc2727
commit
443ef49ab6
@ -1374,7 +1374,7 @@ SUBROUTINE t_enum(total_error)
|
||||
INTEGER(SIZE_T) , PARAMETER :: NAME_BUF_SIZE = 16
|
||||
|
||||
! Enumerated type
|
||||
INTEGER, PARAMETER :: SOLID=0, LIQUID=1, GAS=2, PLASMA=3
|
||||
INTEGER, PARAMETER :: SOLID=0, PLASMA=3
|
||||
|
||||
INTEGER(HID_T) :: file, filetype, memtype, space, dset ! Handles
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user