Skip to content

sasl: fix -Wunused-function compiler warning#12326

Closed
vszakats wants to merge 1 commit into
curl:masterfrom
vszakats:fix-unused-func-warning
Closed

sasl: fix -Wunused-function compiler warning#12326
vszakats wants to merge 1 commit into
curl:masterfrom
vszakats:fix-unused-func-warning

Conversation

@vszakats

@vszakats vszakats commented Nov 15, 2023

Copy link
Copy Markdown
Member

In builds with disabled auths.

lib/curl_sasl.c:266:17: warning: unused function 'get_server_message' [-Wunused-function]
static CURLcode get_server_message(struct SASL *sasl, struct Curl_easy *data,
                ^
1 warning generated.

Ref: https://github.com/curl/trurl/actions/runs/6871732122/job/18689066151#step:3:3822

Closes #12326

In builds with disabled auths.

```
lib/curl_sasl.c:266:17: warning: unused function 'get_server_message' [-Wunused-function]
static CURLcode get_server_message(struct SASL *sasl, struct Curl_easy *data,
                ^
1 warning generated.
```
Ref: https://github.com/curl/trurl/actions/runs/6871732122/job/18689066151#step:3:3822

Closes #xxxxx
@vszakats vszakats changed the title sasl: fix unused function compiler warning sasl: fix -Wunused-function compiler warning Nov 15, 2023
@vszakats vszakats closed this in c537b0a Nov 15, 2023
@vszakats vszakats deleted the fix-unused-func-warning branch November 15, 2023 13:01
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