mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
Fix ifx unused variable hdferr warning. (#3568)
This commit is contained in:
parent
9d41d478ef
commit
d920a45413
@ -1131,6 +1131,9 @@ CONTAINS
|
||||
attr_id = INT(H5Aopen_by_idx(loc_id, c_obj_name, INT(idx_type, C_INT), INT(order, C_INT), n, &
|
||||
aapl_id_default, lapl_id_default), HID_T)
|
||||
|
||||
hdferr = 0
|
||||
IF(attr_id.LT.0) hdferr = -1
|
||||
|
||||
END SUBROUTINE h5aopen_by_idx_f
|
||||
|
||||
!>
|
||||
|
@ -240,6 +240,10 @@ New Features
|
||||
|
||||
Fortran Library:
|
||||
----------------
|
||||
|
||||
- Fixed an uninitialized error return value for hdferr
|
||||
to return the error state of the h5aopen_by_idx_f API.
|
||||
|
||||
- Added h5pget_vol_cap_flags_f and related Fortran VOL
|
||||
capability definitions.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user