Remove extra ";", which caused a bazillion warnings in MTT.
This commit was SVN r21255.
Этот коммит содержится в:
родитель
5c80033aa2
Коммит
154dc846b5
@ -9,6 +9,7 @@
|
|||||||
* University of Stuttgart. All rights reserved.
|
* University of Stuttgart. All rights reserved.
|
||||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -132,7 +133,7 @@ typedef int (*orte_errmgr_base_module_register_cb_fn_t)(orte_jobid_t job,
|
|||||||
*/
|
*/
|
||||||
typedef void (*orte_errmgr_base_module_abort_fn_t)(int error_code, char *fmt, ...) __opal_attribute_noreturn__
|
typedef void (*orte_errmgr_base_module_abort_fn_t)(int error_code, char *fmt, ...) __opal_attribute_noreturn__
|
||||||
# if OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR
|
# if OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR
|
||||||
__opal_attribute_format__(__printf__, 2, 3);
|
__opal_attribute_format__(__printf__, 2, 3)
|
||||||
# endif
|
# endif
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user