summaryrefslogtreecommitdiffstats
path: root/src/H5Sdbg.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-03-30 15:12:49 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-03-30 15:12:49 (GMT)
commit01093ad350365e1a29f1726c4ff8c72f1d4d739a (patch)
tree3bbf175988e76609bb804b0099207a041465b92c /src/H5Sdbg.c
parentbf7c3fb6708a2f77bd333b20a5167b9eead392a9 (diff)
downloadhdf5-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.c1
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)));