summaryrefslogtreecommitdiffstats
path: root/test/big.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-08-20 18:10:51 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-08-20 18:10:51 (GMT)
commita829c8b69c90412f0fc4e95c94d5db6d2be1bd99 (patch)
treec77b3fea8c4eab70c7e43ec35b925f6aae40a525 /test/big.c
parent46b8a32c6ec325274c974d0dd42838d39ecc1082 (diff)
downloadhdf5-a829c8b69c90412f0fc4e95c94d5db6d2be1bd99.zip
hdf5-a829c8b69c90412f0fc4e95c94d5db6d2be1bd99.tar.gz
hdf5-a829c8b69c90412f0fc4e95c94d5db6d2be1bd99.tar.bz2
[svn-r24034] Bring revisions #23977 - 23984 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'test/big.c')
-rw-r--r--test/big.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/big.c b/test/big.c
index dffbbeb..5a70c26 100644
--- a/test/big.c
+++ b/test/big.c
@@ -393,6 +393,10 @@ writer (char* filename, hid_t fapl, fsizes_t testsize, int wrt_n)
HDfprintf(stdout, "Unexpected file size of NOFILE\n");
goto error;
break;
+
+ default:
+ HDassert(0 && "Invalid test size.");
+ break;
}
/*
@@ -604,7 +608,6 @@ usage(void)
int testvfd(vfd_t vfd)
{
hid_t fapl=-1;
- hsize_t family_size;
char filename[1024];
fsizes_t testsize;