1
1

Correctly casted variable to make DEBUG print to not cause a warning.

This commit was SVN r19256.
Этот коммит содержится в:
Terry Dontje 2008-08-12 16:41:35 +00:00
родитель d61cfd98cb
Коммит d471f7d7eb

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

@ -746,7 +746,7 @@ int mqs_get_communicator (mqs_process *proc, mqs_communicator *comm)
if (extra->current_communicator) { if (extra->current_communicator) {
*comm = extra->current_communicator->comm_info; *comm = extra->current_communicator->comm_info;
DEBUG(VERBOSE_COMM,("mqs_get_communicator %d local_rank %d name %s\n", DEBUG(VERBOSE_COMM,("mqs_get_communicator %d local_rank %d name %s\n",
comm->unique_id, (int)comm->local_rank, (int)comm->unique_id, (int)comm->local_rank,
comm->name)); comm->name));
return mqs_ok; return mqs_ok;
} }