mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
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:
parent
70e70002c3
commit
b54c738822
@ -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), ""); */
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user