Change #271808
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Fri 19 Jun 2026 14:46:54 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 93e2341e87564d5f6f69a061b0280284d04f65da |
Comments
vquic: fix `-Wunused-parameter` with proxies disabled
Fixing:
```
lib/vquic/vquic.c:864:56: error: unused parameter 'conn' [-Werror,-Wunused-parameter]
864 | const struct connectdata *conn,
| ^
```
Closes #22104
Changed files
- lib/vquic/vquic.c