Commit fb86412
fix(ffi/zig): discard bool return from generateQuicKeypair in tests
Zig 0.15.2 requires explicit discard of non-void return values.
Two test functions called generateQuicKeypair() without using its
bool result — fixed by assigning to `_`.
219/219 tests pass.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 00bcc60 commit fb86412
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2920 | 2920 | | |
2921 | 2921 | | |
2922 | 2922 | | |
2923 | | - | |
| 2923 | + | |
2924 | 2924 | | |
2925 | 2925 | | |
2926 | 2926 | | |
| |||
3159 | 3159 | | |
3160 | 3160 | | |
3161 | 3161 | | |
3162 | | - | |
| 3162 | + | |
3163 | 3163 | | |
3164 | 3164 | | |
3165 | 3165 | | |
| |||
0 commit comments