Skip to content

Commit 52bea1d

Browse files
authored
Merge pull request #2315 from jsquyres/pr/v2.0.2/usnic-warning-fix
btl/usnic: fix compiler warning
2 parents 845ed71 + 2e7486b commit 52bea1d

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
@@ -87,7 +87,7 @@
8787
#define OPAL_BTL_USNIC_NUM_COMPLETIONS 500
8888

8989
/* RNG buffer definition */
90-
opal_rng_buff_t opal_btl_usnic_rand_buff = {0};
90+
opal_rng_buff_t opal_btl_usnic_rand_buff = {{0}};
9191

9292
/* simulated clock */
9393
uint64_t opal_btl_usnic_ticks = 0;

0 commit comments

Comments
 (0)