From 74a0a02c89655c7e25b8b2791b029d79b79257cd Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 26 Dec 2000 16:45:32 -0500 Subject: [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. --- src/H5Sprivate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index d5b7fc9..53a6f0a 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -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); -- cgit v0.12