OESS-168: Remove clang warnings. (#1282)

* OESS-168: Remove clang warnings.

* OESS-168: Remove commented-out code.

* OESS-168: Address @gnuoyd review.
This commit is contained in:
H. Joe Lee 2021-12-10 16:01:25 -06:00 committed by GitHub
parent 70e70002c3
commit b54c738822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ test_split_comm_access(void)
/* delete the test file */
if (sub_mpi_rank == 0) {
mrc = MPI_File_delete((char *)filename, info);
mrc = MPI_File_delete(filename, info);
/*VRFY((mrc==MPI_SUCCESS), ""); */
}
}