Skip to content

Commit

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

* warning fix
  • Loading branch information
brtnfld authored Aug 1, 2024
1 parent 9fd8856 commit 26f052c
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 26f052c

Please sign in to comment.