diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-13 17:03:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-13 17:03:59 (GMT) |
commit | 6c603f3e77454df4f3dc24e0ca1327d9017bbf67 (patch) | |
tree | fc6d2068753e3ee98da47e0b173e2f256a11afd2 /src | |
parent | 8ea1fc564f3686d14f30ccf00a0d7079473d3830 (diff) | |
download | hdf5-6c603f3e77454df4f3dc24e0ca1327d9017bbf67.zip hdf5-6c603f3e77454df4f3dc24e0ca1327d9017bbf67.tar.gz hdf5-6c603f3e77454df4f3dc24e0ca1327d9017bbf67.tar.bz2 |
[svn-r2875] Purpose:
Code cleanup
Description:
Eliminated some warnings on O2K platform.
Platforms tested:
SGI O2K (modi4)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Odtype.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Odtype.c b/src/H5Odtype.c index 6d77194..5acec69 100644 --- a/src/H5Odtype.c +++ b/src/H5Odtype.c @@ -416,7 +416,6 @@ H5O_dtype_decode_helper(H5F_t *f, const uint8_t **pp, H5T_t *dt) default: HRETURN_ERROR(H5E_DATATYPE, H5E_UNSUPPORTED, FAIL, "unknown datatype class found"); - break; } FUNC_LEAVE(SUCCEED); |