[svn-r22582] Description:

Refactor ID class registration to be more like how other "class"s in the
library are registered, and clean up compiler warnings.

Tested on:
    Mac OSX/64 10.7.4 (amazon) w/debug
    (Too minor to require h5comittest)
This commit is contained in:
Quincey Koziol
2012-07-16 14:54:26 -05:00
parent 2e3ab09a52
commit 75f4e51a1a
23 changed files with 741 additions and 474 deletions

View File

@@ -41,9 +41,6 @@
/* Package Private Macros */
/**************************/
/* The number of reserved IDs in dataset ID group */
#define H5D_RESERVED_ATOMS 0
/* Set the minimum object header size to create objects with */
#define H5D_MINHDR_SIZE 256