mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
Merge pull request #1453 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop
* commit '0dd2c29f284b1ec2a3c070d39805f657f44b216d': Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, since space for it was removed.
This commit is contained in:
commit
7e50055920
@ -125,12 +125,7 @@ const H5O_msg_class_t *const H5O_msg_class_g[] = {
|
||||
H5O_MSG_REFCOUNT, /*0x0016 Object's ref. count */
|
||||
H5O_MSG_FSINFO, /*0x0017 Free-space manager info */
|
||||
H5O_MSG_MDCI, /*0x0018 Metadata cache image */
|
||||
H5O_MSG_UNKNOWN, /*0x0019 Placeholder for unknown message */
|
||||
#ifdef H5O_ENABLE_BOGUS
|
||||
H5O_MSG_BOGUS_INVALID, /*0x001A "Bogus invalid" (for testing) */
|
||||
#else /* H5O_ENABLE_BOGUS */
|
||||
NULL, /*0x001A "Bogus invalid" (for testing) */
|
||||
#endif /* H5O_ENABLE_BOGUS */
|
||||
H5O_MSG_UNKNOWN /*0x0019 Placeholder for unknown message */
|
||||
};
|
||||
|
||||
/* Format version bounds for object header */
|
||||
|
Loading…
Reference in New Issue
Block a user