|
12 | 12 | * reserved. |
13 | 13 | * Copyright (c) 2010 IBM Corporation. All rights reserved. |
14 | 14 | * Copyright (c) 2012-2013 Sandia National Laboratories. All rights reserved. |
| 15 | + * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. |
15 | 16 | * $COPYRIGHT$ |
16 | 17 | * |
17 | 18 | * Additional copyrights may follow |
@@ -183,7 +184,7 @@ int ompi_osc_rdma_post_atomic (ompi_group_t *group, int assert, ompi_win_t *win) |
183 | 184 | osc_rdma_counter_t *temp; |
184 | 185 | int ret; |
185 | 186 |
|
186 | | - OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "post: %p, %d, %s", group, assert, win->w_name); |
| 187 | + OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "post: %p, %d, %s", (void*) group, assert, win->w_name); |
187 | 188 |
|
188 | 189 | /* check if we are already in a post epoch */ |
189 | 190 | if (module->pw_group) { |
@@ -327,7 +328,7 @@ int ompi_osc_rdma_start_atomic (ompi_group_t *group, int assert, ompi_win_t *win |
327 | 328 | ompi_osc_rdma_sync_t *sync = &module->all_sync; |
328 | 329 | int group_size = ompi_group_size (group); |
329 | 330 |
|
330 | | - OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "start: %p, %d, %s", group, assert, |
| 331 | + OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "start: %p, %d, %s", (void*) group, assert, |
331 | 332 | win->w_name); |
332 | 333 |
|
333 | 334 | OPAL_THREAD_LOCK(&module->lock); |
|
0 commit comments