fix compile warning
Refs trac:3763 This commit was SVN r30004. The following Trac tickets were found above: Ticket 3763 --> https://svn.open-mpi.org/trac/ompi/ticket/3763
Этот коммит содержится в:
родитель
f15b0c9863
Коммит
6dbce7f9f8
@ -122,6 +122,7 @@ enum {
|
||||
#define MEMCHECKER(x)
|
||||
#endif /* OMPI_WANT_MEMCHECKER */
|
||||
|
||||
void oshmem_output_verbose(int level, int output_id, const char* prefix, const char* file, int line, const char* function, const char* format, ...);
|
||||
|
||||
#endif /* OSHMEM_CONSTANTS_H */
|
||||
|
||||
|
@ -39,8 +39,6 @@ OSHMEM_DECLSPEC extern mca_base_framework_t oshmem_atomic_base_framework;
|
||||
#define __ATOMIC_FILE__ __FILE__
|
||||
#endif
|
||||
|
||||
void oshmem_output_verbose(int level, int output_id, const char* prefix, const char* file, int line, const char* function, const char* format, ...);
|
||||
|
||||
#ifdef OPAL_ENABLE_DEBUG
|
||||
#define ATOMIC_VERBOSE(level, ...) \
|
||||
oshmem_output_verbose(level, oshmem_atomic_base_framework.framework_output, \
|
||||
|
@ -175,8 +175,6 @@ OSHMEM_DECLSPEC extern mca_base_framework_t oshmem_memheap_base_framework;
|
||||
#define __SPML_FILE__ __FILE__
|
||||
#endif
|
||||
|
||||
void oshmem_output_verbose(int level, int output_id, const char* prefix, const char* file, int line, const char* function, const char* format, ...);
|
||||
|
||||
#ifdef OPAL_ENABLE_DEBUG
|
||||
#define MEMHEAP_VERBOSE(level, ...) \
|
||||
oshmem_output_verbose(level, oshmem_memheap_base_framework.framework_output, \
|
||||
|
@ -51,8 +51,6 @@ OSHMEM_DECLSPEC extern mca_base_framework_t oshmem_scoll_base_framework;
|
||||
#define __SCOLL_FILE__ __FILE__
|
||||
#endif
|
||||
|
||||
void oshmem_output_verbose(int level, int output_id, const char* prefix, const char* file, int line, const char* function, const char* format, ...);
|
||||
|
||||
#ifdef OPAL_ENABLE_DEBUG
|
||||
#define SCOLL_VERBOSE(level, ...) \
|
||||
oshmem_output_verbose(level, oshmem_scoll_base_framework.framework_output, \
|
||||
|
@ -80,8 +80,6 @@ OSHMEM_DECLSPEC extern mca_base_framework_t oshmem_spml_base_framework;
|
||||
#define __SPML_FILE__ __FILE__
|
||||
#endif
|
||||
|
||||
void oshmem_output_verbose(int level, int output_id, const char* prefix, const char* file, int line, const char* function, const char* format, ...);
|
||||
|
||||
#ifdef OPAL_ENABLE_DEBUG
|
||||
#define SPML_VERBOSE(level, ...) \
|
||||
oshmem_output_verbose(level, oshmem_spml_base_framework.framework_output, \
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user