1
1

- As with rev16656, value is not modified.

Get rid of compiler warning from g++ - trunk

This commit was SVN r16670.
Этот коммит содержится в:
Rainer Keller 2007-11-06 10:56:06 +00:00
родитель 748fc31906
Коммит 37c1b6a67e

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

@ -241,7 +241,7 @@ static inline bool opal_set_using_threads(bool have)
#define OPAL_THREAD_TRYLOCK(mutex) (opal_using_threads() ? opal_mutex_trylock(mutex) : 0)
#elif OMPI_ENABLE_DEBUG
static inline int
opal_thread_debug_trylock(opal_mutex_t *mutex, char *file, int line)
opal_thread_debug_trylock(opal_mutex_t *mutex, const char *file, int line)
{
int ret = -1;