Skip to content

Commit da34e2f

Browse files
committed
ess/base: silence a warning
by fixing a static initializer Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 83d21e3 commit da34e2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

orte/mca/ess/base/ess_base_frame.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* Copyright (c) 2011-2017 Cisco Systems, Inc. All rights reserved
1313
* Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
1414
* Copyright (c) 2017 Intel, Inc. All rights reserved.
15+
* Copyright (c) 2017 Research Organization for Information Science
16+
* and Technology (RIST). All rights reserved.
1517
* $COPYRIGHT$
1618
*
1719
* Additional copyrights may follow
@@ -51,7 +53,7 @@ int orte_ess_base_std_buffering = -1;
5153
int orte_ess_base_num_procs = -1;
5254
char *orte_ess_base_jobid = NULL;
5355
char *orte_ess_base_vpid = NULL;
54-
opal_list_t orte_ess_base_signals = {0};
56+
opal_list_t orte_ess_base_signals = {{0}};
5557

5658
static mca_base_var_enum_value_t stream_buffering_values[] = {
5759
{-1, "default"},

0 commit comments

Comments
 (0)