Skip to content

Commit 149b660

Browse files
committed
btl/usnic: fix compiler warning
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 52a1f96 commit 149b660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/usnic/btl_usnic_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
opal_recursive_mutex_t btl_usnic_lock = OPAL_RECURSIVE_MUTEX_STATIC_INIT;
9191

9292
/* RNG buffer definition */
93-
opal_rng_buff_t opal_btl_usnic_rand_buff = {0};
93+
opal_rng_buff_t opal_btl_usnic_rand_buff = {{0}};
9494

9595
/* simulated clock */
9696
uint64_t opal_btl_usnic_ticks = 0;

0 commit comments

Comments
 (0)