Warning fix (#4682)

* warning fix

* warning fix
This commit is contained in:
Scot Breitenfeld 2024-08-01 11:17:06 -05:00 committed by GitHub
parent 9fd88560d5
commit 26f052c6f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);