Correct the prototype for non GNU compilers.
This commit was SVN r15598.
Этот коммит содержится в:
родитель
8350ba19db
Коммит
c6d2e03cdd
@ -25,7 +25,7 @@ extern "C" {
|
|||||||
# define V_OUTPUT_VERBOSE(V, ...) OPAL_OUTPUT_VERBOSE((V, mca_pml_v.output, __VA_ARGS__))
|
# define V_OUTPUT_VERBOSE(V, ...) OPAL_OUTPUT_VERBOSE((V, mca_pml_v.output, __VA_ARGS__))
|
||||||
#else
|
#else
|
||||||
static inline void V_OUTPUT(char *format, ...) { OPAL_OUTPUT((mca_pml_v.output, "%s", format)); }
|
static inline void V_OUTPUT(char *format, ...) { OPAL_OUTPUT((mca_pml_v.output, "%s", format)); }
|
||||||
static inline void V_OUTPUT_VERBOSE(V, char * format, ...) {OPAL_OUTPUT_VERBOSE((V, mca_pml_v.output, "%s", format)); }
|
static inline void V_OUTPUT_VERBOSE(int V, char * format, ...) {OPAL_OUTPUT_VERBOSE((V, mca_pml_v.output, "%s", format)); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct mca_pml_v_t {
|
struct mca_pml_v_t {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user