Remove a warning by protecting one of the variables around #if/#endif.
This commit was SVN r9409.
Этот коммит содержится в:
родитель
dabe47ca3d
Коммит
dec87e2cea
@ -62,7 +62,9 @@ int mca_mpool_base_open(void)
|
|||||||
mca_mpool_base_components list */
|
mca_mpool_base_components list */
|
||||||
|
|
||||||
int use_mem_hooks;
|
int use_mem_hooks;
|
||||||
|
#if defined(HAVE_MALLOPT)
|
||||||
int disable_sbrk;
|
int disable_sbrk;
|
||||||
|
#endif /* defined(HAVE_MALLOPT) */
|
||||||
|
|
||||||
if (OMPI_SUCCESS !=
|
if (OMPI_SUCCESS !=
|
||||||
mca_base_components_open("mpool", 0, mca_mpool_base_static_components,
|
mca_base_components_open("mpool", 0, mca_mpool_base_static_components,
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user