Skip to content

Commit 25c3edb

Browse files
authored
Merge pull request #2312 from jsquyres/pr/usnic-warning-fix
btl/usnic: fix compiler warning
2 parents d27b680 + 149b660 commit 25c3edb

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)