Skip to content

http: fix -Wunused-variable in !alt-svc !proxy !ws builds#19276

Closed
vszakats wants to merge 3 commits into
curl:masterfrom
vszakats:httpmin
Closed

http: fix -Wunused-variable in !alt-svc !proxy !ws builds#19276
vszakats wants to merge 3 commits into
curl:masterfrom
vszakats:httpmin

Conversation

@vszakats
Copy link
Copy Markdown
Member

lib/http.c:2783:23: error: unused variable 'conn' [-Werror,-Wunused-variable]
 2783 |   struct connectdata *conn = data->conn;
      |                       ^~~~
1 error generated.

```
lib/http.c:2783:23: error: unused variable 'conn' [-Werror,-Wunused-variable]
 2783 |   struct connectdata *conn = data->conn;
      |                       ^~~~
1 error generated.
```
@vszakats vszakats added the build label Oct 29, 2025
@github-actions github-actions Bot added the HTTP label Oct 29, 2025
@vszakats vszakats marked this pull request as draft October 29, 2025 13:23
@vszakats vszakats marked this pull request as ready for review October 29, 2025 13:31
@vszakats
Copy link
Copy Markdown
Member Author

Some BSD package repositories don't feel well today.

@vszakats vszakats closed this in 25aee86 Oct 29, 2025
@vszakats vszakats deleted the httpmin branch October 29, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant