Skip to content

http: fix -Wunused-parameter with no auth and no proxy#12338

Closed
vszakats wants to merge 1 commit into
curl:masterfrom
vszakats:warn-no-proxy
Closed

http: fix -Wunused-parameter with no auth and no proxy#12338
vszakats wants to merge 1 commit into
curl:masterfrom
vszakats:warn-no-proxy

Conversation

@vszakats

@vszakats vszakats commented Nov 16, 2023

Copy link
Copy Markdown
Member
lib/http.c:734:26: warning: unused parameter 'proxy' [-Wunused-parameter]
                    bool proxy)
                         ^

Closes #12338

```
lib/http.c:734:26: warning: unused parameter 'proxy' [-Wunused-parameter]
                    bool proxy)
                         ^
```

Closes #xxxxx
@vszakats vszakats closed this in 4c1ef6d Nov 17, 2023
@vszakats vszakats deleted the warn-no-proxy branch November 17, 2023 11:27
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.

2 participants