summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-08-15 13:27:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-08-15 13:27:24 (GMT)
commitefb39881a0e4cc59799238a2c6758f41be780abc (patch)
tree35156dff6ca5f20b7cbc4e0f2e6d5c85baf02742 /tools/lib
parent4a51e83e60336381c7bb6370ec61b97fc9194918 (diff)
downloadhdf5-efb39881a0e4cc59799238a2c6758f41be780abc.zip
hdf5-efb39881a0e4cc59799238a2c6758f41be780abc.tar.gz
hdf5-efb39881a0e4cc59799238a2c6758f41be780abc.tar.bz2
[svn-r24012] Description:
Bring r24011 from trunk to 1.8 branch: 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')
-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 66f87a3..c7323c3 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