Skip to content

Commit

Permalink
Earray.c and farray.c in hdf5_1_14 still need time_t curr_time for HD…
Browse files Browse the repository at this point in the history
…srandom.
  • Loading branch information
lrknox committed Jul 2, 2024
1 parent dd17773 commit 525bc16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/earray.c
Original file line number Diff line number Diff line change
Expand Up @@ -2297,6 +2297,7 @@ main(void)
earray_iter_type_t curr_iter; /* Current iteration type being worked on */
hid_t fapl = H5I_INVALID_HID; /* File access property list for data files */
unsigned nerrors = 0; /* Cumulative error count */
time_t curr_time; /* Current time, for seeding random number generator */
bool api_ctx_pushed = false; /* Whether API context pushed */

/* Reset library */
Expand Down
1 change: 1 addition & 0 deletions test/farray.c
Original file line number Diff line number Diff line change
Expand Up @@ -1628,6 +1628,7 @@ main(void)
farray_iter_type_t curr_iter; /* Current iteration type being worked on */
hid_t fapl = H5I_INVALID_HID; /* File access property list for data files */
unsigned nerrors = 0; /* Cumulative error count */
time_t curr_time; /* Current time, for seeding random number generator */
bool api_ctx_pushed = false; /* Whether API context pushed */

/* Reset library */
Expand Down

0 comments on commit 525bc16

Please sign in to comment.