* fix some warnings
This commit was SVN r6661.
Этот коммит содержится в:
родитель
7441dfc4c3
Коммит
747f23099e
@ -23,20 +23,20 @@
|
|||||||
|
|
||||||
extern orte_gpr_base_module_t orte_gpr_null_module;
|
extern orte_gpr_base_module_t orte_gpr_null_module;
|
||||||
|
|
||||||
int
|
static int
|
||||||
orte_gpr_null_open(void)
|
orte_gpr_null_open(void)
|
||||||
{
|
{
|
||||||
return ORTE_SUCCESS;
|
return ORTE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
static int
|
||||||
orte_gpr_null_close(void)
|
orte_gpr_null_close(void)
|
||||||
{
|
{
|
||||||
return ORTE_SUCCESS;
|
return ORTE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
orte_gpr_base_module_t *
|
static orte_gpr_base_module_t *
|
||||||
orte_gpr_null_init(bool *allow_multi_user_threads,
|
orte_gpr_null_init(bool *allow_multi_user_threads,
|
||||||
bool *have_hidden_threads,
|
bool *have_hidden_threads,
|
||||||
int *priority)
|
int *priority)
|
||||||
@ -45,7 +45,7 @@ orte_gpr_null_init(bool *allow_multi_user_threads,
|
|||||||
return &orte_gpr_null_module;
|
return &orte_gpr_null_module;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
orte_gpr_null_finalize(void)
|
orte_gpr_null_finalize(void)
|
||||||
{
|
{
|
||||||
return ORTE_SUCCESS;
|
return ORTE_SUCCESS;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user