Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #247047

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Wed 29 Oct 2025 16:17:35
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 25aee8648ab1c8c5db03db0d3494523491511772

Comments

http: fix `-Wunused-variable` in !alt-svc !proxy !ws builds
```
lib/http.c:2783:23: error: unused variable 'conn' [-Werror,-Wunused-variable]
 2783 |   struct connectdata *conn = data->conn;
      |                       ^~~~
1 error generated.
```

Closes #19276

Changed files