Skip to content

Commit

Permalink
Warning fix (HDFGroup#4682)
Browse files Browse the repository at this point in the history
* warning fix

* warning fix
  • Loading branch information
brtnfld authored and lrknox committed Aug 21, 2024
1 parent 7481563 commit e27be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/h5diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ handle_worker_request(char *worker_tasks, int *n_busy_tasks, diff_opt_t *opts, h
MPI_Status status;
int task_idx = 0;
int source = 0;
herr_t ret_value = H5DIFF_NO_ERR;
diff_err_t ret_value = H5DIFF_NO_ERR;

/* Must have at least one busy worker task */
assert(*n_busy_tasks > 0);
Expand Down

0 comments on commit e27be15

Please sign in to comment.