summaryrefslogtreecommitdiffstats
path: root/test/big.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-16 13:54:23 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-16 13:54:23 (GMT)
commit2385b2b0ad832825bd9009237149e1581326c044 (patch)
treeff68ed2b81beec4e05f1c7512fca9636536ee85d /test/big.c
parentcc0165a973d17386cd4983ac1d0394ad4feb8034 (diff)
downloadhdf5-2385b2b0ad832825bd9009237149e1581326c044.zip
hdf5-2385b2b0ad832825bd9009237149e1581326c044.tar.gz
hdf5-2385b2b0ad832825bd9009237149e1581326c044.tar.bz2
[svn-r27800] Minor warning fixes in the library tests.
Tested on: jam (too minor for h5committest)
Diffstat (limited to 'test/big.c')
-rw-r--r--test/big.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/big.c b/test/big.c
index 53b4337..6face5c 100644
--- a/test/big.c
+++ b/test/big.c
@@ -120,7 +120,7 @@ static hsize_t values_used[WRT_N];
static hsize_t
randll(hsize_t limit, int current_index)
{
- hsize_t acc;
+ hsize_t acc = 0;
int overlap = 1;
int i;
int tries = 0;