Silence a compiler warning.
This commit was SVN r25543.
Этот коммит содержится в:
родитель
21dc0b44e1
Коммит
7a238933b6
@ -87,7 +87,7 @@ static void mylog(orte_notifier_base_severity_t severity, int errcode,
|
||||
#else
|
||||
char *output;
|
||||
vasprintf(&output, msg, ap);
|
||||
syslog(severity, output);
|
||||
syslog(severity, output, NULL);
|
||||
free(output);
|
||||
#endif
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user