From 26f052c6f27075cff856c91b0919f636225955f8 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 1 Aug 2024 11:17:06 -0500 Subject: [PATCH] Warning fix (#4682) * warning fix * warning fix --- tools/lib/h5diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index bd8112f2c65..60dc5595aef 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -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);