mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r3203] Purpose:
Removal of spurious warnings Description: On HP-UX systems, the compiler would warn of a redeclaration of H5G_entry_t in the H5Sprivate.h header. Solution: Removed the prototype declaration since H5Oprivate.h includes the H5Gprivate.h header file already.
This commit is contained in:
parent
f8fe0c19d7
commit
74a0a02c89
@ -192,8 +192,7 @@ __DLLVAR__ const H5S_mconv_t H5S_ALL_MCONV[];
|
||||
__DLLVAR__ const H5S_fconv_t H5S_HYPER_FCONV[];
|
||||
__DLLVAR__ const H5S_mconv_t H5S_HYPER_MCONV[];
|
||||
|
||||
/* Forward declarations for prototypes arguments */
|
||||
struct H5G_entry_t;
|
||||
/* We get the declaration of H5G_entry_t from the H5Oprivate.h file */
|
||||
|
||||
__DLL__ H5S_t *H5S_create(H5S_class_t type);
|
||||
__DLL__ H5S_t *H5S_copy(const H5S_t *src);
|
||||
|
Loading…
Reference in New Issue
Block a user