usnic: Fix a few compiler warnings about types of printed variables
Authored-by: Jeff Squyres <jsquyres@cisco.com> cmr=v1.7.5:ticket=trac:4253 This commit was SVN r30835. The following Trac tickets were found above: Ticket 4253 --> https://svn.open-mpi.org/trac/ompi/ticket/4253
Этот коммит содержится в:
родитель
cadaa1c424
Коммит
fef38d7e42
@ -1525,7 +1525,7 @@ static void dump_endpoint(ompi_btl_usnic_endpoint_t *endpoint)
|
||||
}
|
||||
}
|
||||
|
||||
opal_output(0, " ack_needed=%s n_t=%"PRIu64" n_a=%"PRIu64" n_r=%"PRIu64" n_s=%"PRIu64" rfstart=%"PRIu32"\n",
|
||||
opal_output(0, " ack_needed=%s n_t=%"UDSEQ" n_a=%"UDSEQ" n_r=%"UDSEQ" n_s=%"UDSEQ" rfstart=%"PRIu32"\n",
|
||||
(endpoint->endpoint_ack_needed?"true":"false"),
|
||||
endpoint->endpoint_next_seq_to_send,
|
||||
endpoint->endpoint_ack_seq_rcvd,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user