diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-03-30 15:12:49 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-03-30 15:12:49 (GMT) |
commit | 01093ad350365e1a29f1726c4ff8c72f1d4d739a (patch) | |
tree | 3bbf175988e76609bb804b0099207a041465b92c /src/H5Sdbg.c | |
parent | bf7c3fb6708a2f77bd333b20a5167b9eead392a9 (diff) | |
download | hdf5-01093ad350365e1a29f1726c4ff8c72f1d4d739a.zip hdf5-01093ad350365e1a29f1726c4ff8c72f1d4d739a.tar.gz hdf5-01093ad350365e1a29f1726c4ff8c72f1d4d739a.tar.bz2 |
[svn-r26649] squish warnings.
Diffstat (limited to 'src/H5Sdbg.c')
-rw-r--r-- | src/H5Sdbg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Sdbg.c b/src/H5Sdbg.c index df033da..0cbe4f2 100644 --- a/src/H5Sdbg.c +++ b/src/H5Sdbg.c @@ -113,6 +113,7 @@ H5S_debug(H5F_t *f, hid_t dxpl_id, const void *_mesg, FILE *stream, int indent, indent + 3, MAX(0, fwidth - 3)); break; + case H5S_NO_CLASS: default: fprintf(stream, "%*s%-*s **UNKNOWN-%ld**\n", indent, "", fwidth, "Space class:", (long)(H5S_GET_EXTENT_TYPE(mesg))); |