[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

@@ -46,9 +46,6 @@
/* Other public headers needed by this file */
#include "H5Spublic.h" /* Dataspace functions */
/* Number of reserved IDs in ID group */
#define H5T_RESERVED_ATOMS 8
/* Length of debugging name buffer */
#define H5T_NAMELEN 32