1
1

Merge pull request #6167 from ggouaillardet/topic/v4.0.x/btl_uct_fix_warning

btl/uct: fix misc warnings
Этот коммит содержится в:
Howard Pritchard 2018-12-21 15:31:16 -07:00 коммит произвёл GitHub
родитель 63315250d8 dd2b1ce49b
Коммит fd2259774d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -223,7 +223,7 @@ int mca_btl_uct_process_connection_request (mca_btl_uct_module_t *module, mca_bt
/* to avoid a race with send adding pending frags grab the lock here */
OPAL_THREAD_SCOPED_LOCK(&endpoint->ep_lock,{
BTL_VERBOSE(("connection ready. sending %d frags", opal_list_get_size (&module->pending_frags)));
BTL_VERBOSE(("connection ready. sending %" PRIsize_t " frags", opal_list_get_size (&module->pending_frags)));
(void) opal_atomic_or_fetch_32 (&tl_endpoint->flags, MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY);
opal_atomic_wmb ();