spc: remove ompi_spc_get_count() prototype from ompi_spc.h
This function is only used in ompi_spc.c and is hence declared as static. Remove its prototype from the header file in order to silence compiler warnings who will typically consider ompi_spc_get_count() as a declared but not defined function. Fixes open-mpi/ompi#5279 Fixes open-mpi/ompi#5273 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
родитель
1ec813e712
Коммит
3f874c9857
@ -2,6 +2,8 @@
|
||||
* Copyright (c) 2018 The University of Tennessee and The University
|
||||
* of Tennessee Research Foundation. All rights
|
||||
* reserved.
|
||||
* Copyright (c) 2018 Research Organization for Information Science
|
||||
* and Technology (RIST). All rights reserved.
|
||||
*
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
@ -150,7 +152,6 @@ void ompi_spc_timer_stop(unsigned int event_id, opal_timer_t *cycles);
|
||||
void ompi_spc_user_or_mpi(int tag, ompi_spc_value_t value, unsigned int user_enum, unsigned int mpi_enum);
|
||||
void ompi_spc_cycles_to_usecs(ompi_spc_value_t *cycles);
|
||||
void ompi_spc_update_watermark(unsigned int watermark_enum, unsigned int value_enum);
|
||||
static int ompi_spc_get_count(const struct mca_base_pvar_t *pvar, void *value, void *obj_handle);
|
||||
|
||||
/* Macros for using the SPC utility functions throughout the codebase.
|
||||
* If SPC_ENABLE is not 1, the macros become no-ops.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user