From e152449be4978a9ca93a833e37822aad400493ff Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 17 Mar 2014 17:05:24 +0000 Subject: [PATCH] Silence warning cmr=v1.7.5:reviewer=ompi-gk1.7 This commit was SVN r31083. --- orte/mca/grpcomm/pmi/pmi2_pmap_parser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/orte/mca/grpcomm/pmi/pmi2_pmap_parser.c b/orte/mca/grpcomm/pmi/pmi2_pmap_parser.c index 3a42185373..5a3d3c071e 100644 --- a/orte/mca/grpcomm/pmi/pmi2_pmap_parser.c +++ b/orte/mca/grpcomm/pmi/pmi2_pmap_parser.c @@ -132,7 +132,8 @@ static int *find_lrs(char *map, int my_node, int *nlrs) * @return array that contains ranks local to my_rank or NULL * on failure. Array must be freed by the caller. */ -int *pmi2_parse_pmap(char *pmap, int my_rank, int *node, int *nlrs) +static int *pmi2_parse_pmap(char *pmap, int my_rank, + int *node, int *nlrs) { char *p;