Skip to content

Commit 4d67de7

Browse files
ggouaillardetjjhursey
authored andcommitted
ompi/win: silence an other warning
(cherry picked from commit 1bbc5fa)
1 parent 95fbacb commit 4d67de7

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
@@ -61,7 +61,7 @@ static mca_base_var_enum_value_flag_t accumulate_order_flags[] = {
6161
{.flag = OMPI_WIN_ACC_ORDER_WAR, .string = "war", .conflicting_flag = OMPI_WIN_ACC_ORDER_NONE},
6262
{.flag = OMPI_WIN_ACC_ORDER_RAW, .string = "raw", .conflicting_flag = OMPI_WIN_ACC_ORDER_NONE},
6363
{.flag = OMPI_WIN_ACC_ORDER_WAW, .string = "waw", .conflicting_flag = OMPI_WIN_ACC_ORDER_NONE},
64-
{},
64+
{0},
6565
};
6666

6767
static void ompi_win_construct(ompi_win_t *win);

0 commit comments

Comments
 (0)