Skip to content

singleuse: drop Curl_memrchr() for no-HTTP builds #14919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Sep 15, 2024

Make single-use function check CI test pass by dropping the global
Curl_memrchr() function from the build when it has no caller.

Fixes:

Curl_memrchr in curl_memrchr

https://github.com/curl/curl/actions/runs/10816280747/job/30007145114

Seen while migrating affected job from Azure to GHA.
Ref: #14859

Fix single-use function check CI test:
```
Curl_memrchr in curl_memrchr
```
https://github.com/curl/curl/actions/runs/10816280747/job/30007145114

Seen while migrating such job from Azure to GHA.
@vszakats vszakats added the CI Continuous Integration label Sep 15, 2024
@vszakats vszakats requested a review from bagder September 15, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Development

Successfully merging this pull request may close these issues.

None yet

2 participants