1
1

The trace macro take one argument even if we do not intent to use it. Otherwise some compilers complain and generate errors.

This commit was SVN r7271.
Этот коммит содержится в:
George Bosilca 2005-09-09 19:59:33 +00:00
родитель 76ccec0cee
Коммит a4c70dd4c3

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

@ -39,7 +39,7 @@ extern "C" {
} while (0)
#else
#define OPAL_TRACE()
#define OPAL_TRACE(verbose)
#endif /* ENABLE_TRACE */