mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r28555] Normalization of Fortran directory with revise_chunks (minor).
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial, with and without the direct VFD enabled
This commit is contained in:
parent
5855f5d431
commit
46aa3ded7c
@ -4843,6 +4843,10 @@ h5pset_link_phase_change_c(hid_t_f *gcpl_id, int_f *max_compact, int_f *min_dens
|
||||
*
|
||||
* SOURCE
|
||||
*/
|
||||
#ifndef H5_HAVE_DIRECT
|
||||
/* Only gets gcc const attribute when the direct VFD is not built. */
|
||||
H5_ATTR_CONST
|
||||
#endif
|
||||
int_f
|
||||
h5pset_fapl_direct_c(hid_t_f H5_ATTR_UNUSED *fapl_id, size_t_f H5_ATTR_UNUSED *alignment, size_t_f H5_ATTR_UNUSED *block_size, size_t_f H5_ATTR_UNUSED *cbuf_size)
|
||||
/******/
|
||||
@ -4886,6 +4890,10 @@ h5pset_fapl_direct_c(hid_t_f H5_ATTR_UNUSED *fapl_id, size_t_f H5_ATTR_UNUSED *a
|
||||
*
|
||||
* SOURCE
|
||||
*/
|
||||
#ifndef H5_HAVE_DIRECT
|
||||
/* Only gets gcc const attribute when the direct VFD is not built. */
|
||||
H5_ATTR_CONST
|
||||
#endif
|
||||
int_f
|
||||
h5pget_fapl_direct_c(hid_t_f H5_ATTR_UNUSED *fapl_id, size_t_f H5_ATTR_UNUSED *alignment, size_t_f H5_ATTR_UNUSED *block_size, size_t_f H5_ATTR_UNUSED *cbuf_size)
|
||||
/******/
|
||||
|
Loading…
Reference in New Issue
Block a user