Silence some warnings
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
родитель
56fe714776
Коммит
e2bc941f1e
@ -14,7 +14,7 @@
|
||||
* reserved.
|
||||
* Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved.
|
||||
* Copyright (c) 2011 IBM Corporation. All rights reserved.
|
||||
* Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
|
||||
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
|
||||
* Copyright (c) 2017 Research Organization for Information Science
|
||||
* and Technology (RIST). All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
static int isolated_init(void);
|
||||
static int isolated_launch(orte_job_t *jdata);
|
||||
static int remote_spawn();
|
||||
static int remote_spawn(void);
|
||||
static int isolated_terminate_orteds(void);
|
||||
static int isolated_finalize(void);
|
||||
|
||||
@ -95,7 +95,7 @@ static int isolated_init(void)
|
||||
/*
|
||||
* launch a set of daemons from a remote daemon
|
||||
*/
|
||||
static int remote_spawn()
|
||||
static int remote_spawn(void)
|
||||
{
|
||||
/* unused function in this mode */
|
||||
return ORTE_SUCCESS;
|
||||
|
@ -14,7 +14,7 @@
|
||||
* reserved.
|
||||
* Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved.
|
||||
* Copyright (c) 2011-2017 IBM Corporation. All rights reserved.
|
||||
* Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
|
||||
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
|
||||
* Copyright (c) 2015-2017 Research Organization for Information Science
|
||||
* and Technology (RIST). All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
@ -784,7 +784,7 @@ static void ssh_child(int argc, char **argv)
|
||||
/*
|
||||
* launch a set of daemons from a remote daemon
|
||||
*/
|
||||
static int remote_spawn()
|
||||
static int remote_spawn(void)
|
||||
{
|
||||
int node_name_index1;
|
||||
int proc_vpid_index;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user