Commit 628787c
Fix unused variable warning in wp_seed_src.c
Wrap g_seed_cb_registered declaration in #ifdef WC_RNG_SEED_CB since
the variable is only used when that macro is defined. This fixes the
-Werror build failure due to unused-variable warning.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 69a298a commit 628787c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
0 commit comments