1
1

Remove extra ";", which caused a bazillion warnings in MTT.

This commit was SVN r21255.
Этот коммит содержится в:
Jeff Squyres 2009-05-20 13:16:31 +00:00
родитель 5c80033aa2
Коммит 154dc846b5

Просмотреть файл

@ -9,6 +9,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* 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__
# if OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR
__opal_attribute_format__(__printf__, 2, 3);
__opal_attribute_format__(__printf__, 2, 3)
# endif
;