- The intel compiler does not play nice with the
__opal_attribute_format__ on typedef defined functions and emits a warning once errmgr.h is included --> read: often... This commit was SVN r19229.
Этот коммит содержится в:
родитель
fa25de320e
Коммит
0f8a80d81d
@ -132,7 +132,7 @@ typedef int (*orte_errmgr_base_module_register_cb_fn_t)(orte_jobid_t job,
|
||||
* itself, and then exit - it takes no other actions. The intent here is to provide
|
||||
* a last-ditch exit procedure that attempts to clean up a little.
|
||||
*/
|
||||
typedef void (*orte_errmgr_base_module_abort_fn_t)(int error_code, char *fmt, ...) __opal_attribute_format__(__printf__, 2, 3) __opal_attribute_noreturn__;
|
||||
typedef void (*orte_errmgr_base_module_abort_fn_t)(int error_code, char *fmt, ...) __opal_attribute_noreturn__;
|
||||
|
||||
/*
|
||||
*
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user