summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_verify.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-08-23 20:02:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-08-23 20:02:32 (GMT)
commit68dd16d8f02e2c9010658b6105db44994725c067 (patch)
tree3879e3f89ce82e572e9a4672d77830e92ef58032 /tools/h5repack/h5repack_verify.c
parentd2e10eefd79c8f8eb765356f2210c1398866d6cc (diff)
downloadhdf5-68dd16d8f02e2c9010658b6105db44994725c067.zip
hdf5-68dd16d8f02e2c9010658b6105db44994725c067.tar.gz
hdf5-68dd16d8f02e2c9010658b6105db44994725c067.tar.bz2
[svn-r24066] Eliminate switch default warning by printing err message.
Diffstat (limited to 'tools/h5repack/h5repack_verify.c')
-rw-r--r--tools/h5repack/h5repack_verify.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_verify.c b/tools/h5repack/h5repack_verify.c
index 47cba5b..a57295b 100644
--- a/tools/h5repack/h5repack_verify.c
+++ b/tools/h5repack/h5repack_verify.c
@@ -676,7 +676,9 @@ int verify_filters(hid_t pid, hid_t tid, int nfilters, filter_info_t *filter)
break;
-
+ default:
+ /* filter has no local values */
+ break;
} /* switch */