summaryrefslogtreecommitdiffstats
path: root/perform/overhead.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-08-20 21:53:50 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-08-20 21:53:50 (GMT)
commitc701a6e45294b40513aed87e295bd7ddf0ee45b8 (patch)
tree02969b300d68ed207659d90d29c5cc18b5e27818 /perform/overhead.c
parenta829c8b69c90412f0fc4e95c94d5db6d2be1bd99 (diff)
downloadhdf5-c701a6e45294b40513aed87e295bd7ddf0ee45b8.zip
hdf5-c701a6e45294b40513aed87e295bd7ddf0ee45b8.tar.gz
hdf5-c701a6e45294b40513aed87e295bd7ddf0ee45b8.tar.bz2
[svn-r24040] Bring revisions #23984 - 23986 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'perform/overhead.c')
-rw-r--r--perform/overhead.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/perform/overhead.c b/perform/overhead.c
index 0b40721..9341e64 100644
--- a/perform/overhead.c
+++ b/perform/overhead.c
@@ -250,6 +250,11 @@ test(fill_t fill_style, const double splits[],
break;
case FILL_ALL:
abort();
+ default:
+ /* unknown request */
+ HDfprintf(stderr, "Unknown fill style\n");
+ goto error;
+ break;
}
/* Write the chunk */
@@ -305,6 +310,11 @@ test(fill_t fill_style, const double splits[],
break;
case FILL_ALL:
abort();
+ default:
+ /* unknown request */
+ HDfprintf(stderr, "Unknown fill style\n");
+ goto error;
+ break;
}
if (HDfstat(fd, &sb) < 0) goto error;