Warnings fixes (#1680)

This commit is contained in:
jhendersonHDF
2022-04-25 12:16:18 -05:00
committed by GitHub
parent c8b87fa320
commit 2b323159a7
17 changed files with 169 additions and 152 deletions

View File

@@ -312,5 +312,5 @@ h5diff_exit(int status)
/* Always exit(0), since MPI implementations do weird stuff when they
* receive a non-zero exit value. - QAK
*/
HDexit(0);
HDexit(status);
}