Skip to content

Commit 95fbacb

Browse files
ggouaillardetjjhursey
authored andcommitted
ompi/win: silence warning
(cherry picked from commit c41321b)
1 parent 2f57b69 commit 95fbacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/win/win.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static int alloc_window(struct ompi_communicator_t *comm, ompi_info_t *info, int
161161
ret = ompi_info_get_value_enum (info, "accumulate_order", &acc_order,
162162
OMPI_WIN_ACC_ORDER_RAR | OMPI_WIN_ACC_ORDER_WAR |
163163
OMPI_WIN_ACC_ORDER_RAW | OMPI_WIN_ACC_ORDER_WAW,
164-
ompi_win_accumulate_order, &flag);
164+
&(ompi_win_accumulate_order->super), &flag);
165165
if (OMPI_SUCCESS != ret) {
166166
OBJ_RELEASE(win);
167167
return ret;

0 commit comments

Comments
 (0)