diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2014-03-22 20:01:58 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2014-03-22 20:01:58 (GMT) |
commit | 958a762dd16bac9a1c5a7a2c594adce6758f81f4 (patch) | |
tree | b230627a0be40407f9541a578cf7125c0473b966 /fortran/src/H5Pff.f90 | |
parent | 60df159d33d8793dd5764e2ae032e0e89fc44c9b (diff) | |
download | hdf5-958a762dd16bac9a1c5a7a2c594adce6758f81f4.zip hdf5-958a762dd16bac9a1c5a7a2c594adce6758f81f4.tar.gz hdf5-958a762dd16bac9a1c5a7a2c594adce6758f81f4.tar.bz2 |
[svn-r24866] Fixed compiler warnings using gnu 4.8.1
Tested: jam( intel, gnu, pgi)
Diffstat (limited to 'fortran/src/H5Pff.f90')
-rw-r--r-- | fortran/src/H5Pff.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Pff.f90 b/fortran/src/H5Pff.f90 index a3c9a60..18ad784 100644 --- a/fortran/src/H5Pff.f90 +++ b/fortran/src/H5Pff.f90 @@ -5977,7 +5977,7 @@ SUBROUTINE h5pset_fapl_direct_f(fapl_id, alignment, block_size, cbuf_size, hdfer INTEGER(HID_T), INTENT(IN) :: fapl_id ! File access property list identifier INTEGER(SIZE_T), INTENT(OUT) :: alignment ! Required memory alignment boundary! INTEGER(SIZE_T), INTENT(OUT) :: block_size ! File system block size - INTEGER(SIZE_T), INTENT(OUT) :: cbuf_size ! Copy buffer size + INTEGER(SIZE_T), INTENT(OUT) :: cbuf_size ! Copy buffer size INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure !***** |