Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r17681

2008-03-03 Thread Ralph H Castain
./orte/mca/errmgr/errmgr.h(135): warning #1286: invalid attribute for "orte_errmgr_base_module_abort_fn_t" typedef void (*orte_errmgr_base_module_abort_fn_t)(int error_code, char *fmt, ...) __opal_attribute_format__(__printf__, 2, 3); I think the issue is that you can't apply attributes to the ty

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r17681

2008-03-03 Thread Rainer Keller
Ralph, On Monday 03 March 2008 17:06, r...@osl.iu.edu wrote: > Author: rhc > Date: 2008-03-03 11:06:47 EST (Mon, 03 Mar 2008) > New Revision: 17681 > URL: https://svn.open-mpi.org/trac/ompi/changeset/17681 > > Log: > Cleanup an attribute warning - not sure which one to set or where it should > go,