2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

[svn-r12666] Description:

Initialize local variable that is causing compiler problems on Windows/64

Tested on:
    None - too trivial
This commit is contained in:
Quincey Koziol 2006-09-14 12:35:39 -05:00
parent 907c60a12a
commit 0ffb6caabd

@ -914,7 +914,7 @@ static int
del_objs(H5F_t *f, hid_t dxpl, H5HF_t **fh, fheap_test_param_t *tparam,
fheap_heap_state_t *state, fheap_heap_ids_t *keep_ids)
{
haddr_t fh_addr; /* Address of fractal heap */
haddr_t fh_addr = HADDR_UNDEF; /* Address of fractal heap */
size_t id_len; /* Size of fractal heap IDs */
size_t obj_idx; /* Index of the object to remove */
size_t u; /* Local index variable */