summaryrefslogtreecommitdiffstats
path: root/perform/sio_perf.c
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2013-08-20 21:52:41 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2013-08-20 21:52:41 (GMT)
commitd283a83a49a7e44a941268feb08eba241b571831 (patch)
tree03af2edb000b167a0785f7f1c32aa5ebd95e67d4 /perform/sio_perf.c
parenta33303139e4241e158ad4a0c3cac6b699546c082 (diff)
downloadhdf5-d283a83a49a7e44a941268feb08eba241b571831.zip
hdf5-d283a83a49a7e44a941268feb08eba241b571831.tar.gz
hdf5-d283a83a49a7e44a941268feb08eba241b571831.tar.bz2
[svn-r24039] Purpose:
Warning fixes (Jonathan and Peter) from coverity fix. merge from r23986 trunk. Tested: jam-pp (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE)
Diffstat (limited to 'perform/sio_perf.c')
-rw-r--r--perform/sio_perf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/perform/sio_perf.c b/perform/sio_perf.c
index 5c09e84..7df9337 100644
--- a/perform/sio_perf.c
+++ b/perform/sio_perf.c
@@ -482,6 +482,11 @@ run_test(iotype iot, parameters parms, struct options *opts)
case HDF5:
output_report("HDF5\n");
break;
+ default:
+ /* unknown request */
+ HDfprintf(stderr, "Unknown IO type request (%d)\n", (int)iot);
+ HDassert(0 && "Unknown IO tpe");
+ break;
}
/* allocate space for tables minmax and that it is sufficient */