summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-08-15 13:24:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-08-15 13:24:28 (GMT)
commit453f95c192ee8db44299b02abf95698e8bf247ce (patch)
tree6159148b3498c9540ceb3ed00f63bd34639100cb /tools/lib/h5tools.c
parentb6f7e6e79c7f8121559165195e6ad6b9872dff3f (diff)
downloadhdf5-453f95c192ee8db44299b02abf95698e8bf247ce.zip
hdf5-453f95c192ee8db44299b02abf95698e8bf247ce.tar.gz
hdf5-453f95c192ee8db44299b02abf95698e8bf247ce.tar.bz2
[svn-r24011] Description:
Clean up a few warnings Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
Diffstat (limited to 'tools/lib/h5tools.c')
-rw-r--r--tools/lib/h5tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c
index d229eec..7b43d2e 100644
--- a/tools/lib/h5tools.c
+++ b/tools/lib/h5tools.c
@@ -75,7 +75,7 @@ static const char *drivernames[]={
/* This enum should match the entries in the above drivers_list since they
* are indexes into the drivers_list array. */
-enum {
+typedef enum {
SEC2_IDX = 0
,FAMILY_IDX
,SPLIT_IDX