summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-27 17:26:02 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:17 (GMT)
commit77144641dfb63077623a7b7c3e30a30e4f1a3e10 (patch)
tree9f60d69e4795bbf17595dc5772f610b0a6fa8c8f /test/cache_common.c
parente07ca4b4a537733deb8a0af491b60e6e62eb4f3f (diff)
downloadhdf5-77144641dfb63077623a7b7c3e30a30e4f1a3e10.zip
hdf5-77144641dfb63077623a7b7c3e30a30e4f1a3e10.tar.gz
hdf5-77144641dfb63077623a7b7c3e30a30e4f1a3e10.tar.bz2
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf3)"
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index 9bb9740..6da785e 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -5533,7 +5533,7 @@ col_major_scan_backward(H5F_t * file_ptr,
int mile_stone = 1;
int32_t type;
int32_t idx;
- int32_t local_max_index[NUMBER_OF_ENTRY_TYPES] = {0};
+ int32_t local_max_index[NUMBER_OF_ENTRY_TYPES];
if ( verbose )
HDfprintf(stdout, "%s: entering.\n", FUNC);