1
1

Remove a warning by protecting one of the variables around #if/#endif.

This commit was SVN r9409.
Этот коммит содержится в:
George Bosilca 2006-03-24 04:43:53 +00:00
родитель dabe47ca3d
Коммит dec87e2cea

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

@ -62,7 +62,9 @@ int mca_mpool_base_open(void)
mca_mpool_base_components list */
int use_mem_hooks;
#if defined(HAVE_MALLOPT)
int disable_sbrk;
#endif /* defined(HAVE_MALLOPT) */
if (OMPI_SUCCESS !=
mca_base_components_open("mpool", 0, mca_mpool_base_static_components,