fix misc compiler warnings..
This commit was SVN r8263.
Этот коммит содержится в:
родитель
16ca6e4c88
Коммит
55a9fbefd8
@ -273,7 +273,7 @@ mca_btl_base_descriptor_t* mca_btl_mvapi_prepare_src(
|
|||||||
mca_btl_mvapi_frag_t* frag;
|
mca_btl_mvapi_frag_t* frag;
|
||||||
mca_mpool_mvapi_registration_t * vapi_reg;
|
mca_mpool_mvapi_registration_t * vapi_reg;
|
||||||
struct iovec iov;
|
struct iovec iov;
|
||||||
int32_t iov_count = 1;
|
uint32_t iov_count = 1;
|
||||||
size_t max_data = *size;
|
size_t max_data = *size;
|
||||||
int32_t free_after;
|
int32_t free_after;
|
||||||
int rc;
|
int rc;
|
||||||
|
@ -296,9 +296,7 @@ extern mca_btl_base_module_t** mca_btl_mvapi_component_init(
|
|||||||
/**
|
/**
|
||||||
* IB component progress.
|
* IB component progress.
|
||||||
*/
|
*/
|
||||||
extern int mca_btl_mvapi_component_progress(
|
extern int mca_btl_mvapi_component_progress( void );
|
||||||
void
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -544,7 +544,7 @@ mca_btl_base_module_t** mca_btl_mvapi_component_init(int *num_btl_modules,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
int mca_btl_mvapi_component_progress()
|
int mca_btl_mvapi_component_progress( void )
|
||||||
{
|
{
|
||||||
uint32_t i;
|
uint32_t i;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user