Remove an unnecessary inline definition, in order to solve the conflict of function exporting on Windows.
This commit was SVN r23230.
Этот коммит содержится в:
родитель
2697a37363
Коммит
43bd92272a
@ -416,7 +416,7 @@ void opal_sos_print_error(opal_sos_severity_t severity, int errnum, const char *
|
||||
va_end(arglist);
|
||||
}
|
||||
|
||||
inline void opal_sos_log(int errnum)
|
||||
void opal_sos_log(int errnum)
|
||||
{
|
||||
opal_sos_print(errnum, false);
|
||||
opal_sos_free(&errnum);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user