[mpich] MPICH primary repository branch, master, updated. v3.2b2-24-g66b5407
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 66b5407abfad38afd96cb3c71c1c99aaad2bd648 (commit) from cdf23c555a25d30b795896280b259d15d8ea0bdc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/66b5407abfad38afd96cb3c71c1c99aaad... commit 66b5407abfad38afd96cb3c71c1c99aaad2bd648 Author: Rob Latham <[email protected]> Date: Tue Apr 28 13:24:57 2015 -0500 fixup: correctly const-ify hint processing routine No reviewer diff --git a/src/mpi/romio/test/syshints.c b/src/mpi/romio/test/syshints.c index e9952aa..52d503d 100755 --- a/src/mpi/romio/test/syshints.c +++ b/src/mpi/romio/test/syshints.c @@ -14,7 +14,7 @@ static void handle_error(int errcode, const char *str) #define CHECK(fn) {int errcode; errcode = (fn); if (errcode != MPI_SUCCESS) handle_error(errcode, #fn); } -static int hint_check(MPI_Info info_used, char * key, char *expected) { +static int hint_check(MPI_Info info_used, const char * key, const char *expected) { char value[MPI_MAX_INFO_VAL+1]; int flag; ----------------------------------------------------------------------- Summary of changes: src/mpi/romio/test/syshints.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org