1
1

Add an opal_attribute_unused in here since we're no longer using this

parameter (I just discovered while researching for v1.4 that v1.4 has
effectively this same function definition: it just always returns
true!).

This commit was SVN r22642.
Этот коммит содержится в:
Jeff Squyres 2010-02-17 21:12:49 +00:00
родитель 898eedd78f
Коммит c23e6f3d56

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

@ -136,7 +136,7 @@ ompi_datatype_is_overlapped( const ompi_datatype_t* type )
}
static inline int32_t
ompi_datatype_is_acceptable_for_one_sided( const ompi_datatype_t* type )
ompi_datatype_is_acceptable_for_one_sided( const ompi_datatype_t* type __opal_attribute_unused__ )
{
/* Please see https://svn.open-mpi.org/trac/ompi/ticket/2233.