Commit ce1f2f6
fix: split chained assignment between incompatible fn-pointer types
cached_send (send_fn) and cached_recv (recv_fn) differ in their second
parameter (const void* vs void*); chaining the assignment forced an
implicit recv_fn -> send_fn conversion that clang rejects. Split into
two statements to match the line below.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e393733 commit ce1f2f6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
0 commit comments