[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.2-138-gf6d32e7
Service Account
noreply at mpich.org
Tue Sep 2 14:46:25 CDT 2014
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 f6d32e723fc5d7cd9c3adf3c971e3671b5b2bcaa (commit)
from 9837750d2c15fb63f936631921b026c1c4c0af94 (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/f6d32e723fc5d7cd9c3adf3c971e3671b5b2bcaa
commit f6d32e723fc5d7cd9c3adf3c971e3671b5b2bcaa
Author: Rob Latham <robl at mcs.anl.gov>
Date: Tue Aug 5 14:23:36 2014 -0500
tighten up function visibility
No reviewer
diff --git a/src/mpi/romio/test/types_with_zeros.c b/src/mpi/romio/test/types_with_zeros.c
index 4ec6262..9506a06 100644
--- a/src/mpi/romio/test/types_with_zeros.c
+++ b/src/mpi/romio/test/types_with_zeros.c
@@ -24,7 +24,7 @@ enum {
STRUCT
} testcases;
-int test_indexed_with_zeros(char *filename, int testcase)
+static int test_indexed_with_zeros(char *filename, int testcase)
{
int i, rank, np, buflen, num, err, nr_errors=0;
int nelms[MAXLEN], buf[MAXLEN], indices[MAXLEN], blocklen[MAXLEN];
-----------------------------------------------------------------------
Summary of changes:
src/mpi/romio/test/types_with_zeros.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list